]> granicus.if.org Git - postgresql/commit
Provide adequate documentation of the "table_name *" notation.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 17 Sep 2012 18:59:31 +0000 (14:59 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 17 Sep 2012 18:59:31 +0000 (14:59 -0400)
commit3c64342c861c77504df6c195c9db3e166d0c7491
tree56dd367c38b9efdcc9e95b2e274fc979baa55a23
parentb2e3bea3afe9618764a8f15cc7d6d95036b7638b
Provide adequate documentation of the "table_name *" notation.

Somewhere along the line, somebody decided to remove all trace of this
notation from the documentation text.  It was still in the command syntax
synopses, or at least some of them, but with no indication what it meant.
This will not do, as evidenced by the confusion apparent in bug #7543;
even if the notation is now unnecessary, people will find it in legacy
SQL code and need to know what it does.
doc/src/sgml/config.sgml
doc/src/sgml/ddl.sgml
doc/src/sgml/queries.sgml
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/delete.sgml
doc/src/sgml/ref/lock.sgml
doc/src/sgml/ref/select.sgml
doc/src/sgml/ref/truncate.sgml
doc/src/sgml/ref/update.sgml