1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Remove tabs from SGML files.

This commit is contained in:
Bruce Momjian
2007-11-11 14:23:18 +00:00
parent 554683f9a1
commit 6b8cc88268
13 changed files with 92 additions and 92 deletions

View File

@@ -65,8 +65,8 @@
<entry>
<literal>
connectby(text relname, text keyid_fld, text parent_keyid_fld
[, text orderby_fld], text start_with, int max_depth
[, text branch_delim])
[, text orderby_fld], text start_with, int max_depth
[, text branch_delim])
</literal>
</entry>
<entry>
@@ -561,7 +561,7 @@ AS
<programlisting>
connectby(text relname, text keyid_fld, text parent_keyid_fld
[, text orderby_fld], text start_with, int max_depth
[, text branch_delim])
[, text branch_delim])
</programlisting>
<table>
<title><literal>connectby</literal> parameters</title>
@@ -589,7 +589,7 @@ connectby(text relname, text keyid_fld, text parent_keyid_fld
<entry><literal>orderby_fld</literal></entry>
<entry>
If optional ordering of siblings is desired: Name of the field to
order siblings
order siblings
</entry>
</row>
<row>