From: Bruce Momjian Date: Thu, 13 Apr 2000 21:44:25 +0000 (+0000) Subject: Change DEFINE TYPE to CREATE TYPE. X-Git-Tag: REL7_0~148 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2e67ecaf6f30b56411a75ceb5987f487a54387e9;p=thirdparty%2Fpostgresql.git Change DEFINE TYPE to CREATE TYPE. --- 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 @@ @@ -16,7 +16,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/datatype.sgml,v 1.27 2000/04/11 03:56:19 mo Postgres has a rich set of native data types available to users. Users may add new types to Postgres using the - DEFINE TYPE command. + CREATE TYPE command.