From: Bruce Momjian Date: Fri, 20 Mar 2015 22:48:52 +0000 (-0400) Subject: docs: clarify the use of shell types X-Git-Tag: REL9_5_ALPHA1~585 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d60ce80658cd0d3fa9c59681fc3072f664dda80;p=thirdparty%2Fpostgresql.git docs: clarify the use of shell types Report by Ondřej Bouda --- 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 name placeholder type that has no properties except a name and an owner. This is done by issuing the command CREATE TYPE name, 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, 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.