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

Commit 5054867

Browse files
committed
Add WITH as a refname to the SELECT reference page.
Now "\help WITH" works and there will be a separate WITH(7) man page.
1 parent 3396000 commit 5054867

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/src/sgml/ref/select.sgml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.108 2008/11/14 10:22:47 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.109 2008/11/19 12:21:57 petere Exp $
33
PostgreSQL documentation
44
-->
55

@@ -12,13 +12,19 @@ PostgreSQL documentation
1212

1313
<refnamediv>
1414
<refname>SELECT</refname>
15+
<refname>WITH</refname>
1516
<refpurpose>retrieve rows from a table or view</refpurpose>
1617
</refnamediv>
1718

1819
<indexterm zone="sql-select">
1920
<primary>SELECT</primary>
2021
</indexterm>
2122

23+
<indexterm zone="sql-select">
24+
<primary>WITH</primary>
25+
<secondary>in SELECT</secondary>
26+
</indexterm>
27+
2228
<refsynopsisdiv>
2329
<synopsis>
2430
[ WITH [ RECURSIVE ] <replaceable class="parameter">with_query</replaceable> [, ...] ]

0 commit comments

Comments
 (0)