aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2015-03-20 18:48:52 -0400
committerBruce Momjian <bruce@momjian.us>2015-03-20 18:48:52 -0400
commit7d60ce80658cd0d3fa9c59681fc3072f664dda80 (patch)
tree5da8b3191ab2641f499ca91cedd8bbd47d85fa0b
parent0c8fa710b69afffa2e7926ef3e6c372c2d8609f2 (diff)
downloadpostgresql-7d60ce80658cd0d3fa9c59681fc3072f664dda80.tar.gz
postgresql-7d60ce80658cd0d3fa9c59681fc3072f664dda80.zip
docs: clarify the use of shell types
Report by Ondřej Bouda
-rw-r--r--doc/src/sgml/ref/create_type.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml
index f9e1297d0b0..a6a4644d590 100644
--- a/doc/src/sgml/ref/create_type.sgml
+++ b/doc/src/sgml/ref/create_type.sgml
@@ -268,7 +268,7 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
placeholder type that has no properties except a name and an owner. This
is done by issuing the command <literal>CREATE TYPE
<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
with a complete, valid type definition, after which the new type can be
used normally.