Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33ab0d9

Browse files
committed
Call domains "domains", not "derived types".
1 parent831af83 commit33ab0d9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 9 additions & 9 deletions
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-
atable's row type), <literal>d</literal> for aderived 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 adomain, 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 aderived type (see <structfield>typtype</structfield>),
3591+
If this is adomain (see <structfield>typtype</structfield>),
35923592
then <structfield>typbasetype</structfield> identifies
3593-
the type that this one is based on. Zero if not aderived type.
3593+
the type that this one is based on. Zero if not adomain.
35943594
</para></entry>
35953595
</row>
35963596

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp