From 80fe3e7d93e13a69480121bbc1b763aa0b939ebc 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index df47a4517f..61b49cfc48 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -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.39.5