pgsql-server/doc/src/sgml/ref alter_table.sgml ...
Started by Bruce Momjianalmost 24 years ago1 messagescomitters
CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@postgresql.org 02/08/14 22:59:18
Modified files:
doc/src/sgml/ref: alter_table.sgml select.sgml update.sgml
Log message:
Neil Conway <nconway@klamath.dyndns.org> writes:
This patch improves the documentation of the UPDATE and ALTER TABLE
commands to elaborate on the effect of specifying an "ONLY" clause.Unfortunately this is still only half the truth ... see the
SQL_INHERITANCE configuration variable.
Okay, I've attached an updated patch with more information on
SQL_INHERITANCE and inheritance behavior in prior releases.
Neil Conway