Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UIKKR-0005zs-RF for pgsql-docs@arkaria.postgresql.org; Wed, 20 Mar 2013 14:49:23 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1UIKKQ-0003V9-LY for pgsql-docs@arkaria.postgresql.org; Wed, 20 Mar 2013 14:49:22 +0000 Received: from makus.postgresql.org ([2001:4800:7903:4::125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UIKKI-0003Nw-Ma for pgsql-docs@postgresql.org; Wed, 20 Mar 2013 14:49:14 +0000 Received: from mail-bk0-x22d.google.com ([2a00:1450:4008:c01::22d]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UIKKF-0006rz-Q3 for pgsql-docs@postgresql.org; Wed, 20 Mar 2013 14:49:14 +0000 Received: by mail-bk0-f45.google.com with SMTP id i18so919137bkv.18 for ; Wed, 20 Mar 2013 07:49:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=v8o0zPiCddKRSl4dygttMrsH974ly2hhEoQZn+HGbEE=; b=Z7Vu/GbKgSS5XJDqkA2B8lYnVBd9ruSH7159U1PquM+kF+w/NxYp320a5pS5Q87ITx 0O5/DuuEWyD3U4eFc5cE+JcFqOiFg10YKq6opveSnGrqqvopuFMHZP2qol1Ft7FBEwDq nnBOZnZFDAdq+x9aeHR0H7AL7F+X+h/LWwHwv0I14MI88ebfYnypLr6mGaBdoo5HnA0C lc+WCizcthn39C1mgs4xcwT2YnpwF9EgC7kBymh3VaWOOovIhh1p/goEP7ISky5mdEuJ VCqEdlM/wcam6CGYeZ6pjkd9RudjCXhG/2cnU1ya05lrgk7+KQzvfCv6/qRgDdU9QZg+ H1VA== MIME-Version: 1.0 X-Received: by 10.112.99.5 with SMTP id em5mr9755763lbb.1.1363790950325; Wed, 20 Mar 2013 07:49:10 -0700 (PDT) Received: by 10.152.22.1 with HTTP; Wed, 20 Mar 2013 07:49:10 -0700 (PDT) In-Reply-To: <1553.1363788349@sss.pgh.pa.us> References: <1553.1363788349@sss.pgh.pa.us> Date: Wed, 20 Mar 2013 23:49:10 +0900 Message-ID: Subject: Re: Underscorces in copy-documentation (9.0 and higher) From: Ian Lawrence Barwick To: Tom Lane Cc: Mario Duhanic , pgsql-docs Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.0 (--) 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 2013/3/20 Tom Lane : > 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). FWIW, multi-word option names are pre-9.0 syntax and still supported. This is documented, albeit you have to scroll to the bottom of the page: http://www.postgresql.org/docs/current/static/sql-copy.html#AEN66823 Regards Ian Barwick -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs