diff options
Diffstat (limited to 'doc/src/sgml/ddl.sgml')
-rw-r--r-- | doc/src/sgml/ddl.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 30cc3f6a0f7..18155f1a475 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -1253,7 +1253,7 @@ ALTER TABLE products ADD COLUMN description text; </para> <para> - However, if the default value is volatile (e.g. + However, if the default value is volatile (e.g., <function>clock_timestamp()</function>) each row will need to be updated with the value calculated at the time <command>ALTER TABLE</command> is executed. To avoid a potentially @@ -1523,7 +1523,7 @@ ALTER TABLE products RENAME TO items; <para> An object can be assigned to a new owner with an <command>ALTER</command> - command of the appropriate kind for the object, e.g. <xref + command of the appropriate kind for the object, e.g., <xref linkend="sql-altertable"/>. Superusers can always do this; ordinary roles can only do it if they are both the current owner of the object (or a member of the owning role) and a member of the new |