diff options
| author | Bruce Momjian | 2000-04-13 21:44:25 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-04-13 21:44:25 +0000 |
| commit | 2e67ecaf6f30b56411a75ceb5987f487a54387e9 (patch) | |
| tree | 67b085520af4ad94501587070d5f99c916e41d99 /doc/src/sgml | |
| parent | 3e00c9db4a4cdd4ac64c57096e2aca85b7814369 (diff) | |
Change DEFINE TYPE to CREATE TYPE.
Diffstat (limited to 'doc/src/sgml')
| -rw-r--r-- | doc/src/sgml/datatype.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index 6e566c680d6..9b343233030 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -1,5 +1,5 @@ <!-- -$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 $ --> <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 <productname>Postgres</productname> has a rich set of native data types available to users. Users may add new types to <productname>Postgres</productname> using the - <command>DEFINE TYPE</command> command. + <command>CREATE TYPE</command> command. </para> <para> |
