help request - Mailing list pgsql-general

From Hasan Mokhtari
Subject help request
Date
Msg-id 00cd01c0b5ff$24489b80$19c7c7c7@seclab.sharif.ac.ir
Whole thread Raw
Responses Re: help request  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: help request  (Zak McGregor <zak@mighty.co.za>)
Re: help request  ("Oliver Elphick" <olly@lfix.co.uk>)
List pgsql-general
 hello dear.
 I want to run the following command
     " copy  table1 form /tmp/table1.aa using delimiters '|';
but I cant because I am not 'postgres' user and have not this privilage;
 If I use follawing command instead:
      " \copy  table1 form /tmp/table1.aa using delimiters '|';
 psql report follawing error :
     "extra token after file name "
what I can do?
 thanks a lot;

pgsql-general by date:

Previous
From: "bswiatek"
Date:
Subject: Making references
Next
From: missive@frontiernet.net (Lee Harr)
Date:
Subject: Re: Patch (tiny): \cd (change dir) for psql.