diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-02-01 00:28:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-02-01 00:28:19 +0000 |
commit | 09a9f10e7fac95ba7e184d68be44c007bd54ef02 (patch) | |
tree | 23ee23c9bf7c73fc757bb3cf171a512b1f8c1920 /doc/src/sgml/ref/alter_table.sgml | |
parent | e81c138e18b54e272d917e5e8c4c8ae1b89cd133 (diff) | |
download | postgresql-09a9f10e7fac95ba7e184d68be44c007bd54ef02.tar.gz postgresql-09a9f10e7fac95ba7e184d68be44c007bd54ef02.zip |
Consistenly use colons before '<programlisting>' blocks, where
appropriate.
Diffstat (limited to 'doc/src/sgml/ref/alter_table.sgml')
-rw-r--r-- | doc/src/sgml/ref/alter_table.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 72f78a4074c..6ff289b21a4 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.93 2007/01/31 23:26:02 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.94 2007/02/01 00:28:18 momjian Exp $ PostgreSQL documentation --> @@ -636,7 +636,7 @@ where <replaceable class="PARAMETER">action</replaceable> is one of: The fact that <literal>ALTER TYPE</> requires rewriting the whole table is sometimes an advantage, because the rewriting process eliminates any dead space in the table. For example, to reclaim the space occupied - by a dropped column immediately, the fastest way is + by a dropped column immediately, the fastest way is: <programlisting> ALTER TABLE table ALTER COLUMN anycol TYPE anytype; </programlisting> |