Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UIJeN-0002Iq-8A for pgsql-docs@arkaria.postgresql.org; Wed, 20 Mar 2013 14:05:55 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1UIJeM-0006sG-Ls for pgsql-docs@arkaria.postgresql.org; Wed, 20 Mar 2013 14:05:54 +0000 Received: from makus.postgresql.org ([2001:4800:7903:4::125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UIJeL-0006ry-QP for pgsql-docs@postgresql.org; Wed, 20 Mar 2013 14:05:53 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UIJeJ-000648-6A for pgsql-docs@postgresql.org; Wed, 20 Mar 2013 14:05:53 +0000 Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.5/8.14.5) with ESMTP id r2KE5nC1001554; Wed, 20 Mar 2013 10:05:49 -0400 (EDT) From: Tom Lane To: Mario Duhanic cc: pgsql-docs@postgresql.org Subject: Re: Underscorces in copy-documentation (9.0 and higher) In-reply-to: References: Comments: In-reply-to Mario Duhanic message dated "Wed, 20 Mar 2013 11:48:31 +0100" Date: Wed, 20 Mar 2013 10:05:49 -0400 Message-ID: <1553.1363788349@sss.pgh.pa.us> X-Pg-Spam-Score: -4.4 (----) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org Mario Duhanic writes: > Hi, > - http://www.postgresql.org/docs/9.2/static/sql-copy.html, > - http://www.postgresql.org/docs/9.1/static/sql-copy.html and > - http://www.postgresql.org/docs/9.0/static/sql-copy.html > have underscores ("_") where there should be none, > e.g. in "FORCE_QUOTES". Huh? The references to FORCE_QUOTE look correct to me. The syntax doesn't support multi-word option names, so it has to be like that (or else run the words together, which doesn't sound like an improvement). regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs