help request

From: "Hasan Mokhtari" <mokhtari(at)hadid(dot)sharif(dot)ac(dot)ir>
To: <pgsql-general(at)postgresql(dot)org>
Subject: help request
Date: 2001-03-26 14:14:59
Message-ID: 00cd01c0b5ff$24489b80$19c7c7c7@seclab.sharif.ac.ir
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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;

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2001-03-26 14:22:56 Re: Adjustment to "Problem with dropping a FOREIGN KEY"
Previous Message Daniel Hartmeier 2001-03-26 14:14:51 Integrity violation when adding foreign key constraint