We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3e00c9d commit2e67ecaCopy full SHA for 2e67eca
doc/src/sgml/datatype.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.27 2000/04/11 03:56:19 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.28 2000/04/13 21:44:25 momjian Exp $
3
-->
4
5
<chapter id="datatype">
@@ -16,7 +16,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.27 2000/04/11 03:56:19 mo
16
<productname>Postgres</productname> has a rich set of native data
17
types available to users.
18
Users may add new types to <productname>Postgres</productname> using the
19
- <command>DEFINE TYPE</command> command.
+ <command>CREATE TYPE</command> command.
20
</para>
21
22
<para>