Mark ALTER DOMAIN as supported, fix typo in header.

This commit is contained in:
Bruce Momjian 2002-12-06 05:07:16 +00:00
parent 05a6b37912
commit f679690621
2 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.10 2002/11/24 03:15:55 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.11 2002/12/06 05:07:12 momjian Exp $
--> -->
<appendix id="features"> <appendix id="features">
@ -1193,6 +1193,12 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.10 2002/11/24 03:15:55 mo
<entry>Session management</entry> <entry>Session management</entry>
<entry></entry> <entry></entry>
</row> </row>
<row>
<entry>F711</entry>
<entry></entry>
<entry>ALTER domain</entry>
<entry></entry>
</row>
<row> <row>
<entry>F791</entry> <entry>F791</entry>
<entry></entry> <entry></entry>
@ -1823,12 +1829,6 @@ $Header: /cvsroot/pgsql/doc/src/sgml/features.sgml,v 2.10 2002/11/24 03:15:55 mo
<entry>Collation and translation</entry> <entry>Collation and translation</entry>
<entry></entry> <entry></entry>
</row> </row>
<row>
<entry>F711</entry>
<entry></entry>
<entry>ALTER domain</entry>
<entry></entry>
</row>
<row> <row>
<entry>F721</entry> <entry>F721</entry>
<entry></entry> <entry></entry>

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_domain.sgml,v 1.4 2002/12/06 05:00:10 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/alter_domain.sgml,v 1.5 2002/12/06 05:07:16 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
@ -13,7 +13,7 @@ PostgreSQL documentation
ALTER DOMAIN ALTER DOMAIN
</refname> </refname>
<refpurpose> <refpurpose>
change the definition of a table change the definition of a domain
</refpurpose> </refpurpose>
</refnamediv> </refnamediv>
<refsynopsisdiv> <refsynopsisdiv>