Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UIKLO-00067g-HR for pgsql-docs@arkaria.postgresql.org; Wed, 20 Mar 2013 14:50:22 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1UIKLN-0004Mw-8N for pgsql-docs@arkaria.postgresql.org; Wed, 20 Mar 2013 14:50:21 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UIKLG-0004HQ-HT for pgsql-docs@postgresql.org; Wed, 20 Mar 2013 14:50:14 +0000 Received: from mail-ve0-f174.google.com ([209.85.128.174]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1UIKL9-00066W-GQ for pgsql-docs@postgresql.org; Wed, 20 Mar 2013 14:50:14 +0000 Received: by mail-ve0-f174.google.com with SMTP id pb11so1440418veb.19 for ; Wed, 20 Mar 2013 07:50:05 -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:content-type; bh=5kFAiLOA4kIgPif1O/P0GOakcnTOI3QZVG1lwRd17B8=; b=ff0VLO6NYcT62JLdsZoJqb4HSssXlWnmU5ENjltxjTy8SEQoPJrbw0oJ8oIw2lJ1w9 IP2g5VLFGSgrYMxJOIvfM4L042IjzhUhKKw7eX18FIY4JNFDV64eMz3udl9skL6+4fZD 67ON1lLgiODi/WSVoAk2nRJoYpFKNtOr3CRaNrwRTJGLorAHZ4BFj/tpouETmY2ZQ6E+ OJdQqQz40suv7Ldftf9tixlmHdfjxYSSHt3ue4udXrJblTOlEFYClUJUf6SUNy2AeXZD Ms8dQ4JhqDJw8B4o4K0iRRw6ojv7blzKrtu3Z7aYoXJtwjQuK2tY2VK0ON+piVwpGPSv USNg== MIME-Version: 1.0 X-Received: by 10.52.37.81 with SMTP id w17mr6900755vdj.70.1363791005638; Wed, 20 Mar 2013 07:50:05 -0700 (PDT) Received: by 10.52.230.10 with HTTP; Wed, 20 Mar 2013 07:50:05 -0700 (PDT) In-Reply-To: References: <1553.1363788349@sss.pgh.pa.us> Date: Wed, 20 Mar 2013 15:50:05 +0100 Message-ID: Subject: Fwd: Underscorces in copy-documentation (9.0 and higher) From: Mario Duhanic To: pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 X-Pg-Spam-Score: -2.7 (--) 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 : > 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). Thanks, Tom, for your quick response. Maybe this is just a miscommunication, sorry for that then (i.e. I misunderstood the documentation here). (Stupid) example for the problem: "COPY (SELECT aggfnoid, aggtransfn from pg_aggregate) TO STDOUT WITH FORCE QUOTE * DELIMITER ',' CSV HEADER;" will run, a FORCE_QUOTE or FORCEQUOTE won't (e.g. on a "PostgreSQL 9.2.3 on i386-portbld-freebsd9.1, compiled by cc (GCC) 4.2.1 20070831 patched [FreeBSD]"). Best regards, Mario -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs