Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 33ab0d9

Browse files
committed
Call domains "domains", not "derived types".
1 parent 831af83 commit 33ab0d9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/src/sgml/catalogs.sgml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Documentation of the system catalogs, directed toward PostgreSQL developers
3-
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.77 2003/11/01 01:56:28 petere Exp $
3+
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.78 2003/11/02 12:53:57 petere Exp $
44
-->
55

66
<chapter id="catalogs">
@@ -3327,7 +3327,7 @@
33273327
A composite type is automatically created for each table in the database, to
33283328
represent the row structure of the table. It is also possible to create
33293329
composite types with <command>CREATE TYPE AS</command> and
3330-
derived types with <command>CREATE DOMAIN</command>.
3330+
domains with <command>CREATE DOMAIN</command>.
33313331
</para>
33323332

33333333
<table>
@@ -3403,11 +3403,11 @@
34033403
<entry></entry>
34043404
<entry>
34053405
<structfield>typtype</structfield> is <literal>b</literal> for
3406-
a base type, <literal>c</literal> for a composite type (i.e.,
3407-
a table's row type), <literal>d</literal> for a derived type (i.e.,
3408-
a domain), or <literal>p</literal> for a pseudo-type. See also
3409-
<structfield>typrelid</structfield>
3410-
and <structfield>typbasetype</structfield>.
3406+
a base type, <literal>c</literal> for a composite type (i.e., a
3407+
table's row type), <literal>d</literal> for a domain, or
3408+
<literal>p</literal> for a pseudo-type. See also
3409+
<structfield>typrelid</structfield> and
3410+
<structfield>typbasetype</structfield>.
34113411
</entry>
34123412
</row>
34133413

@@ -3588,9 +3588,9 @@
35883588
<entry><type>oid</type></entry>
35893589
<entry><literal><link linkend="catalog-pg-type"><structname>pg_type</structname></link>.oid</literal></entry>
35903590
<entry><para>
3591-
If this is a derived type (see <structfield>typtype</structfield>),
3591+
If this is a domain (see <structfield>typtype</structfield>),
35923592
then <structfield>typbasetype</structfield> identifies
3593-
the type that this one is based on. Zero if not a derived type.
3593+
the type that this one is based on. Zero if not a domain.
35943594
</para></entry>
35953595
</row>
35963596

0 commit comments

Comments
 (0)