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
7d60ce80
Commit
7d60ce80
authored
Mar 20, 2015
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: clarify the use of shell types
Report by Ondřej Bouda
parent
0c8fa710
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/src/sgml/ref/create_type.sgml
doc/src/sgml/ref/create_type.sgml
+1
-1
No files found.
doc/src/sgml/ref/create_type.sgml
View file @
7d60ce80
...
@@ -268,7 +268,7 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
...
@@ -268,7 +268,7 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
placeholder type that has no properties except a name and an owner. This
placeholder type that has no properties except a name and an owner. This
is done by issuing the command <literal>CREATE TYPE
is done by issuing the command <literal>CREATE TYPE
<replaceable>name</></literal>, with no additional parameters. Then the
<replaceable>name</></literal>, with no additional parameters. Then the
I/O functions can be defined referencing the shell type. Finally,
C
I/O functions can be defined referencing the shell type. Finally,
<command>CREATE TYPE</> with a full definition replaces the shell entry
<command>CREATE TYPE</> with a full definition replaces the shell entry
with a complete, valid type definition, after which the new type can be
with a complete, valid type definition, after which the new type can be
used normally.
used normally.
...
...
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