Re: PostgreSQL 16 release announcement draft

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
Cc: David Rowley <dgrowleyml(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, chelseadole(at)gmail(dot)com
Subject: Re: PostgreSQL 16 release announcement draft
Date: 2023-08-24 15:16:55
Message-ID: CACJufxFcwfuBxDg_yRO_58R7Oib+pwzDFnAeTC42e98ZXpxodA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Erik Rijkers 2023-08-24 15:17:14 Re: PostgreSQL 16 release announcement draft
Previous Message Heikki Linnakangas 2023-08-24 15:15:33 Checks in RegisterBackgroundWorker.()