diff options
Diffstat (limited to 'doc/src/sgml/rowtypes.sgml')
-rw-r--r-- | doc/src/sgml/rowtypes.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/rowtypes.sgml b/doc/src/sgml/rowtypes.sgml index 4f8e559f6cb..605dc71dabc 100644 --- a/doc/src/sgml/rowtypes.sgml +++ b/doc/src/sgml/rowtypes.sgml @@ -243,7 +243,7 @@ INSERT INTO mytab (complex_col.r, complex_col.i) VALUES(1.1, 2.2); </para> </sect2> - <sect2> + <sect2 id="rowtypes-io-syntax"> <title>Composite Type Input and Output Syntax</title> <para> |