pgsql: Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation
Date
Msg-id E1Phsgz-0008Gs-A2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation.

The latter is the correct name of the operation to change the data type
of a column.

Noah Misch

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=2b2b2ae2aa4a7089aee729e67bb323154da3841a

Modified Files
--------------
doc/src/sgml/ref/alter_table.sgml |    8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation
Next
From: Bruce Momjian
Date:
Subject: pgsql: Update warning about synchronous-commit durability, per suggesti