Commit 50548676 authored by Peter Eisentraut's avatar Peter Eisentraut

Add WITH as a refname to the SELECT reference page.

Now "\help WITH" works and there will be a separate WITH(7) man page.
parent 33960006
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.108 2008/11/14 10:22:47 petere Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/select.sgml,v 1.109 2008/11/19 12:21:57 petere Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -12,6 +12,7 @@ PostgreSQL documentation ...@@ -12,6 +12,7 @@ PostgreSQL documentation
<refnamediv> <refnamediv>
<refname>SELECT</refname> <refname>SELECT</refname>
<refname>WITH</refname>
<refpurpose>retrieve rows from a table or view</refpurpose> <refpurpose>retrieve rows from a table or view</refpurpose>
</refnamediv> </refnamediv>
...@@ -19,6 +20,11 @@ PostgreSQL documentation ...@@ -19,6 +20,11 @@ PostgreSQL documentation
<primary>SELECT</primary> <primary>SELECT</primary>
</indexterm> </indexterm>
<indexterm zone="sql-select">
<primary>WITH</primary>
<secondary>in SELECT</secondary>
</indexterm>
<refsynopsisdiv> <refsynopsisdiv>
<synopsis> <synopsis>
[ WITH [ RECURSIVE ] <replaceable class="parameter">with_query</replaceable> [, ...] ] [ WITH [ RECURSIVE ] <replaceable class="parameter">with_query</replaceable> [, ...] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment