[DOCS] pg_restore option data-only and section=data

2017-01-12 Thread Kenichiro Tanaka
Hello,pgsql-docs I'd like to propose improving following the description of PostgerSQL documentation. https://www.postgresql.org/docs/9.6/static/app-pgrestore.html This option is similar to, but for historical reasons not i

Re: [DOCS] Questionable tag usage

2017-01-12 Thread Robert Haas
On Wed, Jan 11, 2017 at 3:46 AM, Jürgen Purtz wrote: > (1) There is a general distinction in the meaning of the two elements: > is an internal link with validation semantic whereas is an > external link to any URL. See: > http://doccookbook.sourceforge.net/html/en/dbc.markup.xref-vs-link.html E

Re: [DOCS] Questionable tag usage

2017-01-12 Thread Tom Lane
Robert Haas writes: > On Wed, Jan 11, 2017 at 3:46 AM, Jürgen Purtz wrote: >> (1) There is a general distinction in the meaning of the two elements: >> is an internal link with validation semantic whereas is an >> external link to any URL. See: >> http://doccookbook.sourceforge.net/html/en/dbc.

[DOCS] INSERT/UPDATE/DELETE with RETURNING

2017-01-12 Thread sergey . klimkevich
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/plpgsql-statements.html Description: Following statement on https://www.postgresql.org/docs/9.6/static/plpgsql-statements.html page is not entirely correct: "For INSERT/UPDATE/DE

[DOCS] complete 'C' trigger example needs fmgr.h

2017-01-12 Thread mthrockmorton
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/trigger-example.html Description: seems like the complete 'C' trigger example is missing #include -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To mak

[DOCS] Behavior of left join using is not covered by docs

2017-01-12 Thread georgthegreat
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.6/static/sql-select.html Description: At the time, the documentation (here: https://www.postgresql.org/docs/9.6/static/sql-select.html) on using keyword says: Also, USING implies that only

Re: [DOCS] complete 'C' trigger example needs fmgr.h

2017-01-12 Thread Euler Taveira
On 11-01-2017 22:05, mthrockmor...@hme.com wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/trigger-example.html > Description: > > seems like the complete 'C' trigger example is missing #include > > No, i