mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Change DEFINE TYPE to CREATE TYPE.
This commit is contained in:
parent
3e00c9db4a
commit
2e67ecaf6f
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue