From 6355e69d1e6f489a1746a131dc52336a5d8f74bf Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 1 Dec 2008 09:38:08 +0000 Subject: [PATCH] Add braces to clarify syntax synopsis --- doc/src/sgml/ref/select.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index ea3c60a3ee..814a6708f0 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -1,5 +1,5 @@ @@ -59,7 +59,7 @@ and with_query is: with_query_name [ ( column_name [, ...] ) ] AS ( select ) -TABLE [ ONLY ] table_name [ * ] | with_query_name +TABLE { [ ONLY ] table_name [ * ] | with_query_name } -- 2.40.0