Improve examples for range operators

2019-02-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/functions-range.html Description: Hi. It would be nice if next examples: << strictly left ofint8range(1,10) << int8range(100,110) t >> strictly right of int8ran

Improve documentation for current_setting function

2019-02-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/functions-admin.html Description: Hi. Doc is not clear about what is returned if current_setting( 'app.not_existent', true ) is called. Does it return empty string '', because return typ

Update to equivalent SQL in 8.1.4. Serial Types

2019-02-20 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/datatype-numeric.html Description: In 8.1.4. Serial Types it says that CREATE TABLE tablename ( colname SERIAL ); is equivalent to CREATE SEQUENCE tablename_colname_seq; CREATE TAB

Re: First SVG graphic

2019-02-20 Thread Peter Eisentraut
On 2019-02-15 11:58, Jürgen Purtz wrote: > The graphic for dump/restore is transferred from 'pg_dump utility' > chapter to the 'backup and restore' chapter in sgml/backup.sgml. In this > chapter I made a lot of textual changes to explain the relation between > pg_dump, pg_restore and psql in mor