Re: [GENERAL] pgadmin - import a CSV with nulls?

2017-08-31 Thread George Neuner
On Thu, 31 Aug 2017 13:20:27 -0700, "David G. Johnston"
 wrote:

>On Thu, Aug 31, 2017 at 1:04 PM, George Neuner  wrote:
>
>> Does anyone know a way to do this reliably?
>
>?The psql "\copy" meta-command should be capable of doing what you desire.
>
>David J.?

I wasn't aware that psql could copy remotely.
That worked perfectly - thank you very much!!!

George



-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


Re: [GENERAL] pgadmin - import a CSV with nulls?

2017-08-31 Thread David G. Johnston
On Thu, Aug 31, 2017 at 1:04 PM, George Neuner  wrote:

> Does anyone know a way to do this reliably?
>

​The psql "\copy" meta-command should be capable of doing what you desire.

David J.​