From 7d60ce80658cd0d3fa9c59681fc3072f664dda80 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Fri, 20 Mar 2015 18:48:52 -0400 Subject: [PATCH] docs: clarify the use of shell types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Report by Ondřej Bouda --- doc/src/sgml/ref/create_type.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml index f9e1297d0b..a6a4644d59 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.