Re: psql show me the : and ask user input, when running one sql file - Mailing list pgsql-general

From Daniel Verite
Subject Re: psql show me the : and ask user input, when running one sql file
Date
Msg-id 394935db-136e-436d-8971-addd6b1a4e03@manitou-mail.org
Whole thread Raw
In response to Re: psql show me the : and ask user input, when running one sql file  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: psql show me the : and ask user input, when running one sql file
List pgsql-general
    Adrian Klaver wrote:

> On 4/5/20 9:46 AM, Adrian Klaver wrote:
> > On 4/5/20 5:50 AM, arden liu wrote:
>
> > 4) I don't see anything wrong the statements, so I am wondering if it is
> > a shell issue?
>
> Seems to be. I removed the RETURNING *_id from the INSERT statements and
> the file ran without interruption:

Presumably these results are being displayer with a pager, and it's
the pager that is asking for keyboard input.
You may add -P pager=off to psql options to suppress this,
or remove permanently the RETURNING clauses that seem pointless
in that context.


Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite



pgsql-general by date:

Previous
From: arden liu
Date:
Subject: Re: psql show me the : and ask user input, when running one sql file
Next
From: arden liu
Date:
Subject: Re: psql show me the : and ask user input, when running one sql file