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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation
Date: 2011-01-25 23:52:57
Message-ID: E1Phsgz-0008Gs-A2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-01-26 01:32:55 pgsql: Update warning about synchronous-commit durability, per suggesti
Previous Message Robert Haas 2011-01-25 23:52:35 pgsql: Correct ALTER TYPE -> SET DATA TYPE in ALTER TABLE documentation