From: Peter Eisentraut Date: Wed, 19 Nov 2008 12:21:57 +0000 (+0000) Subject: Add WITH as a refname to the SELECT reference page. X-Git-Tag: REL8_4_BETA1~665 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5054867632a3e3be6c7507b982ac20fbd04d3717;p=postgresql Add WITH as a refname to the SELECT reference page. Now "\help WITH" works and there will be a separate WITH(7) man page. --- diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 0ffed9311a..75ef1ee1f2 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -1,5 +1,5 @@ @@ -12,6 +12,7 @@ PostgreSQL documentation SELECT + WITH retrieve rows from a table or view @@ -19,6 +20,11 @@ PostgreSQL documentation SELECT + + WITH + in SELECT + + [ WITH [ RECURSIVE ] with_query [, ...] ]