Re: simple COPY FROM issue

From: brian <brian(at)zijn-digital(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: simple COPY FROM issue
Date: 2008-11-12 22:37:34
Message-ID: 491B5AAE.3070609@zijn-digital.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The file must be on the server. IIRC, with COPY FROM (as opposed to COPY
TO) the path can be relative to the server process dir but it's probably
a good idea to always use an absolute path.

If you wish to copy from the client machine you can use \copy within psql.

b

Kevin Duffy wrote:
> Hello:
>
>
>
> A follow up question that may clear this all up:
>
>
>
> Is the 'filename' relative to the server machine or the client where
> pgAdmin is running?
>
>
>
>
>
> Kevin Duffy
>
> WR Capital Management
>
> 40 Signal Rd
>
> Stamford, CT
>
> 203-504-6221
>
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tony Fernandez 2008-11-12 22:52:07 ERROR: incompatible library
Previous Message Kevin Duffy 2008-11-12 22:35:08 simple COPY FROM issue