File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.114 2010/06/09 17:48:10 alvherre Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/ref/alter_table.sgml,v 1.115 2010/06/24 14:57:21 momjian Exp $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -689,8 +689,8 @@ ALTER TABLE <replaceable class="PARAMETER">name</replaceable>
689
689
690
690
<para>
691
691
Adding a column with a non-null default or changing the type of an
692
- existing column will require the entire table to be rewritten. This
693
- might take a significant amount of time for a large table; and it will
692
+ existing column will require the entire table and indexes to be rewritten.
693
+ This might take a significant amount of time for a large table; and it will
694
694
temporarily require double the disk space. Adding or removing a system
695
695
<literal>oid</> column likewise requires rewriting the entire table.
696
696
</para>
You can’t perform that action at this time.
0 commit comments