Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 152c626

Browse files
committed
Doc fixes:
- remove excessive table cells - moving function parameters into function tags rather than having them being considered separate - add return type column on XML2 contrib module functions list and removing return types from function - add table header to XML2 contrib parameter table Thom Brown Backpatch to 9.0.X.
1 parent 8586306 commit 152c626

File tree

6 files changed

+447
-396
lines changed

6 files changed

+447
-396
lines changed

doc/src/sgml/datatype.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.257 2010/08/17 04:37:20 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/datatype.sgml,v 1.258 2010/09/09 00:48:22 momjian Exp $ -->
22

33
<chapter id="datatype">
44
<title>Data Types</title>
@@ -3413,7 +3413,7 @@ SELECT person.name, holidays.num_weeks FROM person, holidays
34133413
<row>
34143414
<entry><type>cidr</type> Input</entry>
34153415
<entry><type>cidr</type> Output</entry>
3416-
<entry><literal><function>abbrev</function>(<type>cidr</type>)</literal></entry>
3416+
<entry><literal><function>abbrev(<type>cidr</type>)</function></literal></entry>
34173417
</row>
34183418
</thead>
34193419
<tbody>

0 commit comments

Comments
 (0)