From 5054867632a3e3be6c7507b982ac20fbd04d3717 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 19 Nov 2008 12:21:57 +0000 Subject: [PATCH] Add WITH as a refname to the SELECT reference page. Now "\help WITH" works and there will be a separate WITH(7) man page. --- doc/src/sgml/ref/select.sgml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 [, ...] ] -- 2.40.0