Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
33ab0d9e
Commit
33ab0d9e
authored
Nov 02, 2003
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Call domains "domains", not "derived types".
parent
831af83b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
doc/src/sgml/catalogs.sgml
doc/src/sgml/catalogs.sgml
+9
-9
No files found.
doc/src/sgml/catalogs.sgml
View file @
33ab0d9e
<!--
Documentation of the system catalogs, directed toward PostgreSQL developers
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.7
7 2003/11/01 01:56:28
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/catalogs.sgml,v 2.7
8 2003/11/02 12:53:57
petere Exp $
-->
<chapter id="catalogs">
...
...
@@ -3327,7 +3327,7 @@
A composite type is automatically created for each table in the database, to
represent the row structure of the table. It is also possible to create
composite types with <command>CREATE TYPE AS</command> and
d
erived type
s with <command>CREATE DOMAIN</command>.
d
omain
s with <command>CREATE DOMAIN</command>.
</para>
<table>
...
...
@@ -3403,11 +3403,11 @@
<entry></entry>
<entry>
<structfield>typtype</structfield> is <literal>b</literal> for
a base type, <literal>c</literal> for a composite type (i.e.,
a table's row type), <literal>d</literal> for a derived type (i.e.,
a domain), or
<literal>p</literal> for a pseudo-type. See also
<structfield>typrelid</structfield>
and
<structfield>typbasetype</structfield>.
a base type, <literal>c</literal> for a composite type (i.e.,
a
table's row type), <literal>d</literal> for a domain, or
<literal>p</literal> for a pseudo-type. See also
<structfield>typrelid</structfield>
and
<structfield>typbasetype</structfield>.
</entry>
</row>
...
...
@@ -3588,9 +3588,9 @@
<entry><type>oid</type></entry>
<entry><literal><link linkend="catalog-pg-type"><structname>pg_type</structname></link>.oid</literal></entry>
<entry><para>
If this is a d
erived type
(see <structfield>typtype</structfield>),
If this is a d
omain
(see <structfield>typtype</structfield>),
then <structfield>typbasetype</structfield> identifies
the type that this one is based on. Zero if not a d
erived type
.
the type that this one is based on. Zero if not a d
omain
.
</para></entry>
</row>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment