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 E1Phsgd-0008Ga-2A@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
------
REL9_0_STABLE

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

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove old claim that ExclusiveLock is sometimes taken on system
Next
From: Robert Haas
Date:
Subject: pgsql: Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation