8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8fa71 commit 7d60ce8Copy full SHA for 7d60ce8
doc/src/sgml/ref/create_type.sgml
@@ -268,7 +268,7 @@ CREATE TYPE <replaceable class="parameter">name</replaceable>
268
placeholder type that has no properties except a name and an owner. This
269
is done by issuing the command <literal>CREATE TYPE
270
<replaceable>name</></literal>, with no additional parameters. Then the
271
- I/O functions can be defined referencing the shell type. Finally,
+ C I/O functions can be defined referencing the shell type. Finally,
272
<command>CREATE TYPE</> with a full definition replaces the shell entry
273
with a complete, valid type definition, after which the new type can be
274
used normally.
0 commit comments