Re: User input to queries - Mailing list pgsql-general

From Paul Förster
Subject Re: User input to queries
Date
Msg-id 1263460F-BEDE-4B41-A000-8671E6D3128F@gmail.com
Whole thread Raw
In response to Re: User input to queries  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
Hi Rich,

> On 09. Dec, 2020, at 19:22, Rich Shepard <rshepard@appl-ecosys.com> wrote:
>
> Okay. I use mupdf to view the document and my search string were 'prompt',
> and 'prompt command'. I didn't use '\prompt',

\prompt is a psql special command, hence the backslash. Only psql knows that, the database does not, as with all
backslashcommands. 

Cheers,
Paul


pgsql-general by date:

Previous
From: Rich Shepard
Date:
Subject: Re: User input to queries
Next
From: electrotype
Date:
Subject: Re: JDBC driver - is "getGeneratedKeys()" guaranteed to return the ids in the same order a batch insert was made?