INDEX with optional storage parameter value

2020-06-22 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/sql-createindex.html Description: Hello! I noticed an slight inaccuracy in the documentation for CREATE INDEX and ALTER INDEX: CREATE INDEX ... [ WITH ( storage_parameter = value [, ... ]

Summary of DDL/DML statement return/output values?

2020-06-22 Thread Steve Estes
Hi docs gang, First time poster here, big fan of all the work you do. When interacting with the server through all the various types of DML and DDL statements, the return message that the server sends back to the client varies in content and format. For example, a response to a CREATE TABLE is j

Re: Summary of DDL/DML statement return/output values?

2020-06-22 Thread Alvaro Herrera
On 2020-Jun-22, Steve Estes wrote: > However, for some statements PG's output format is documented (e.g. INSERT > , EXPLAIN > ), and in others it is > not (e.g. SET