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: recoveryinfrav9~321 X-Git-Url: http://git.postgresql.org/gitweb/irc:/static/gitweb.js?a=commitdiff_plain;h=80fe3e7d93e13a69480121bbc1b763aa0b939ebc;p=users%2Fsimon%2Fpostgres.git 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 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 [, ...] ]