Fix the inconsistent and wrong claims that the option value in CREATE
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 27 Feb 2009 07:20:00 +0000 (07:20 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 27 Feb 2009 07:20:00 +0000 (07:20 +0000)
FOREIGN DATA WRAPPER/SERVER/USER MAPPING is optional.

doc/src/sgml/ref/create_foreign_data_wrapper.sgml
doc/src/sgml/ref/create_server.sgml
doc/src/sgml/ref/create_user_mapping.sgml

index b321fb94f56850c4a91da285b471507b51e5ccb8..719f59066e7d330ff9f535708c13a2601a3c3e00 100644 (file)
@@ -82,7 +82,7 @@ CREATE FOREIGN DATA WRAPPER <replaceable class="parameter">name</replaceable>
    </varlistentry>
 
    <varlistentry>
-    <term><literal>OPTIONS ( <replaceable class="PARAMETER">option</replaceable> ['<replaceable class="PARAMETER">value</replaceable>'] [, ... ] )</literal></term>
+    <term><literal>OPTIONS ( <replaceable class="PARAMETER">option</replaceable> '<replaceable class="PARAMETER">value</replaceable>' [, ... ] )</literal></term>
     <listitem>
      <para>
       This clause specifies options for the new foreign-data wrapper.
index 8a57e42aa30101756ad19f8ffe220e61e04133b1..3485d13d03471fc3e85b122802be7ef1c89ec830 100644 (file)
@@ -85,7 +85,7 @@ CREATE SERVER <replaceable class="parameter">servername</replaceable> [ TYPE 'se
    </varlistentry>
 
    <varlistentry>
-    <term><literal>OPTIONS ( <replaceable class="PARAMETER">option</replaceable> ['<replaceable class="PARAMETER">value</replaceable>'] [, ... ] )</literal></term>
+    <term><literal>OPTIONS ( <replaceable class="PARAMETER">option</replaceable> '<replaceable class="PARAMETER">value</replaceable>' [, ... ] )</literal></term>
     <listitem>
      <para>
       This clause specifies the options for the server.  The options
index 3829def7c239cb2db588fc7fb0c6533dfd7982e8..f0cebbdd6c8201e2f1740af45d9a42469f89978f 100644 (file)
@@ -69,7 +69,7 @@ CREATE USER MAPPING FOR { <replaceable class="parameter">username</replaceable>
    </varlistentry>
 
    <varlistentry>
-    <term><literal>OPTIONS ( <replaceable class="PARAMETER">option</replaceable> ['<replaceable class="PARAMETER">value</replaceable>'] [, ... ] )</literal></term>
+    <term><literal>OPTIONS ( <replaceable class="PARAMETER">option</replaceable> '<replaceable class="PARAMETER">value</replaceable>' [, ... ] )</literal></term>
     <listitem>
      <para>
       This clause specifies the options of the user mapping.  The