copy syntax - Mailing list pgsql-general

From Andy Chambers
Subject copy syntax
Date
Msg-id CAAfW55oXomnjn8VrM_E0GQw+uGPDg2EoJSZkNJK1A9CxX2hhQw@mail.gmail.com
Whole thread Raw
Responses Re: copy syntax
Re: copy syntax
List pgsql-general
dcm_eob=> copy ar_data from '/tmp/ar-data.csv' with header true;
ERROR:  syntax error at or near "true"
LINE 1: copy ar_data from '/tmp/ar-data.csv' with header true;

I can't figure out what's wrong with the syntax above.  Is something missing?

--
Andy Chambers
Software Engineer
(e) achambers@mcna.net
(t) 954-682-0573

CONFIDENTIALITY NOTICE: This electronic mail may contain information
that is privileged, confidential, and/or otherwise protected from
disclosure to anyone other than its intended recipient(s). Any
dissemination or use of this electronic mail or its contents by
persons other than the intended recipient(s) is strictly prohibited.
If you have received this communication in error, please notify the
sender immediately by reply e-mail so that we may correct our internal
records. Please then delete the original message. Thank you.

pgsql-general by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Can postgres be configure for GSS/Kerberos authentication without a keyfile?
Next
From: Guillaume Lelarge
Date:
Subject: Re: copy syntax