Unclear Wording

2022-06-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/plpgsql-errors-and-messages.html Description: Dear Sirs, From the page on RAISE ... I read this 3 times and tripped over "write a format", which should be use (or specify) a format str

No documentation exists about ecpg ORACLE comptaible mode

2022-06-07 Thread ideriha.take...@fujitsu.com
Hi. (CCing Michael Meskes) One of my customers asked me about what oracle compatibility mode in ecpg means, and I noticed current documentation does not explain ecpg ORACLE compatible mode (ecpg -C ORACLE) in detail. I myself learned the feature of "-C ORACLE" from regression test (src/inte

Re: Proposal to improve uniq function documentation in intarray extension

2022-06-07 Thread Martin Kalcher
Thank you very much. The new documentation is way better. Am 03.06.22 um 19:55 schrieb Tom Lane: Daniel Gustafsson writes: On 3 Jun 2022, at 17:34, Tom Lane wrote: .. there's no longer any reason we have to limit ourselves to one example. I propose this: +1 Done like that, then.

Mention RETURNING ... INTO target

2022-06-07 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/sql-insert.html Description: It looks like INSERT INTO ... RETURNING allows defining a target for the returned values like SELECT ... INTO does. This could be mentioned in the synopsis,

Re: Mention RETURNING ... INTO target

2022-06-07 Thread David G. Johnston
n Tue, Jun 7, 2022 at 1:30 PM PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/14/sql-insert.html > Description: > > It looks like INSERT INTO ... RETURNING allows defining a target for the > returned value

Re: Mention RETURNING ... INTO target

2022-06-07 Thread Tom Lane
"David G. Johnston" writes: > On Tue, Jun 7, 2022 at 1:30 PM PG Doc comments form > wrote: >> It looks like INSERT INTO ... RETURNING allows defining a target for the >> returned values like SELECT ... INTO does. > That isn't how it works. RETURNING simply turns INSERT into a result set > produ

Re: correction

2022-06-07 Thread Bruce Momjian
On Fri, May 13, 2022 at 11:49:09PM +0200, Laurenz Albe wrote: > I think that suffers from the same problem: izt sounds like the standard > allows > stricter behavior than PostgreSQL. > > How about: > > The table also shows that PostgreSQL's Repeatable Read implementation > does not allow pha

Re[2]: Mention RETURNING ... INTO target

2022-06-07 Thread Stefan Schmiedl
From "Tom Lane" To "David G. Johnston" Cc s...@xss.de; "Pg Docs" Date 07.06.2022 23:07:30 Subject Re: Mention RETURNING ... INTO target "David G. Johnston" writes: On Tue, Jun 7, 2022 at 1:30 PM PG Doc comments form wrote: It looks like INSERT INTO ... RETURNING allows defining a target

Re: correction

2022-06-07 Thread David G. Johnston
On Tue, Jun 7, 2022 at 2:07 PM Bruce Momjian wrote: > > > How is this, attached? > > Works for me. Capital "S" in Standard as a proper name? (mind grepping this to see how consistent we are one way or the other, I'm not setup for that at the moment) David J.

Re: correction

2022-06-07 Thread Bruce Momjian
On Tue, Jun 7, 2022 at 02:40:41PM -0700, David G. Johnston wrote: > On Tue, Jun 7, 2022 at 2:07 PM Bruce Momjian wrote: > > > > How is this, attached? > > > > Works for me. > > Capital "S" in Standard as a proper name? (mind grepping this to see how > consistent we are one way or the o

Re: correction

2022-06-07 Thread David G. Johnston
On Tue, Jun 7, 2022 at 4:51 PM Bruce Momjian wrote: > On Tue, Jun 7, 2022 at 02:40:41PM -0700, David G. Johnston wrote: > > On Tue, Jun 7, 2022 at 2:07 PM Bruce Momjian wrote: > > > > > > > > How is this, attached? > > > > > > > > Works for me. > > > > Capital "S" in Standard as a proper na

Re: correction

2022-06-07 Thread Tom Lane
Bruce Momjian writes: > +not occur at certain isolation levels; higher The docs toolchain is not gonna like that. regards, tom lane

Re: Unclear Wording

2022-06-07 Thread Bruce Momjian
On Mon, Jun 6, 2022 at 10:11:54PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/14/plpgsql-errors-and-messages.html > Description: > > Dear Sirs, > From the page on RAISE ... > I read this 3

Re: correction

2022-06-07 Thread Bruce Momjian
On Tue, Jun 7, 2022 at 08:00:16PM -0400, Tom Lane wrote: > Bruce Momjian writes: > > +not occur at certain isolation levels; higher > > The docs toolchain is not gonna like that. You are correct. I should have tested, updated patch attached. -- Bruce Momjian https://momjian.u

Re: Unclear Wording

2022-06-07 Thread Laurenz Albe
On Tue, 2022-06-07 at 20:15 -0400, Bruce Momjian wrote: > > Page: https://www.postgresql.org/docs/14/plpgsql-errors-and-messages.html > > Description: > > > > Dear Sirs, > >    From the page on RAISE ... > >    I read this 3 times and tripped over "write a format", which should be > > use > > (or