Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1avpHE-000514-17 for pgsql-docs@arkaria.postgresql.org; Thu, 28 Apr 2016 16:58:56 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1avpHD-0007hx-Jm for pgsql-docs@arkaria.postgresql.org; Thu, 28 Apr 2016 16:58:55 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1avpGr-0007JW-E4 for pgsql-docs@postgresql.org; Thu, 28 Apr 2016 16:58:33 +0000 Received: from mail-yw0-x229.google.com ([2607:f8b0:4002:c05::229]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1avpGj-00061X-Hb for pgsql-docs@postgresql.org; Thu, 28 Apr 2016 16:58:32 +0000 Received: by mail-yw0-x229.google.com with SMTP id g133so114407684ywb.2 for ; Thu, 28 Apr 2016 09:58:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=unicheck-com-br.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to; bh=oLx9gVnT0w9G8bR9JMFvu8fgfFF9i4/kl9mporCNKOU=; b=0r3/spgEEjxpSq28eEsHkilT1ozFRER70GuEQyvbiEbx00sUIbeY8+6ZHEfBEAxkp4 jAgrR0xzOojipCiviSR0qDIgvLEs9LqvzHU8K/BIzY9ggjU/ip+10zC12dFiDaPNlyzc ICUrnQsTRbVqjukEJlg8amsAh1bAysEploNgrrDMDTJclWdi48zPAGLLaUBz8C/bV4Ck 8HLStZsP6kaNeUd41aWrkxIklLOCPoKd1twHLRHJnC/lkgVTLd1Hih0mnzJjbJc6LBpD TRDTkxGxKZ6RNfLv0J7eRQshJLkdDTaVTPxU8+tVzgMBbnT8xeV/pA7nAykljIKDyFD2 ePRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=oLx9gVnT0w9G8bR9JMFvu8fgfFF9i4/kl9mporCNKOU=; b=aUNv0f6g9fiAGs5Groo/1/VyGa46f+Fqtjd7Qr82atUAIabxmscsQSUuBpzJ9gzlNr BFiIX0okrZ5H/9Car2mqbZsJo0Sx3LQDuwji0o3y5aFqy/0Wn01kN/aCibRzF7IPQiNu 6KFrru559JVgnYiHIkqqHCklC+zF0DePE3dNCDQUY62jgjz+Gzp73cnCdYQzS6ZmRXSd YwLq1g3PGSKk6yAxGqrdhRyu+gH56Zlxv5LcjqCKWy+MVoYlFYkMT2VuWt17ZAs4SZlf kho7cIKXe8hm2mQQK24xbPk1RwXsDu/NUK73KsihzdzRZWaTLtF7K2Jbe0G1zKF623fW PZ7Q== X-Gm-Message-State: AOPr4FVj4B9MCVi3yDTMgJRFUVUdu9mGIPq6UTDWDk9mHG7O7JMmi+FPm1cwQ+Kq9t8QPeAZ8r0L0FQeZdXnDg== MIME-Version: 1.0 X-Received: by 10.176.64.200 with SMTP id i66mr7702362uad.129.1461862702567; Thu, 28 Apr 2016 09:58:22 -0700 (PDT) Received: by 10.31.149.196 with HTTP; Thu, 28 Apr 2016 09:58:22 -0700 (PDT) X-Originating-IP: [186.222.21.23] Date: Thu, 28 Apr 2016 13:58:22 -0300 Message-ID: Subject: COPY options From: "Andrei M. Eichler" To: pgsql-docs@postgresql.org Content-Type: multipart/alternative; boundary=94eb2c12361e18eec505318e6fa3 X-Pg-Spam-Score: -1.9 (-) 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 --94eb2c12361e18eec505318e6fa3 Content-Type: text/plain; charset=UTF-8 Hi everyone, In the documentation of COPY options, it lists the following options with a "_" in it's name: FORCE_QUOTE FORCE_NOT_NULL FORCE_NULL But when one tries to use it as it is from the docs, one gets the following results: ERROR: syntax error at or near "force_null" Shouldn't it be without the "_" in the docs? --94eb2c12361e18eec505318e6fa3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi everyone,

In the documentation of CO= PY options, it lists the following options with a "_" in it's= name:

FORCE_QUOTE
FORCE_NOT_NULL
FORCE_NULL

But when one tries to use it as= it is from the docs, one gets the following results:
ERROR: =C2=A0synta= x error at or near "force_null"

Shou= ldn't it be without the "_" in the docs?


--94eb2c12361e18eec505318e6fa3--