Re: PostgreSQL 16 release announcement draft - Mailing list pgsql-hackers

From jian he
Subject Re: PostgreSQL 16 release announcement draft
Date
Msg-id CACJufxFcwfuBxDg_yRO_58R7Oib+pwzDFnAeTC42e98ZXpxodA@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL 16 release announcement draft  ("Jonathan S. Katz" <jkatz@postgresql.org>)
Responses Re: PostgreSQL 16 release announcement draft
List pgsql-hackers
hi. Can you check my first email about "a" versus "the" and "pg_stat_activity".

also:
"including the `\bind` command, which allows
users to execute parameterized queries (e.g `SELECT $1 + $2`) then use `\bind`
to substitute the variables."

The example actually is very hard to reproduce. (it's not that super intuitive).
fail case:
test16-# SELECT $1 + $2 \bind 1 2
test16-# ;

a better example would  be (e.g `SELECT $1 , $2`).
The semicolon still needed to be in the next line.



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Checks in RegisterBackgroundWorker.()
Next
From: Erik Rijkers
Date:
Subject: Re: PostgreSQL 16 release announcement draft