Re: Syntax error needs explanation [RESOLVED]

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Syntax error needs explanation [RESOLVED]
Date: 2025-07-14 19:19:44
Message-ID: 9c62a6d5-14a-802-b869-6386d7e050fb@appl-ecosys.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 14 Jul 2025, David G. Johnston wrote:

> The error indicates your script file is at least 127 lines long and you
> are showing like 9...also do you usually name your script files with a
> .txt extension?

David J.,

Agh! No the filename extension is .sql. But I was using the \o psql option
to write script output to files and mistyped the script name.

Mea culpa!

Many thanks,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2025-07-14 19:36:19 Re: Syntax error needs explanation
Previous Message David G. Johnston 2025-07-14 19:14:47 Re: Syntax error needs explanation