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 [, ...] ]