you are right: I wrote it in wrong way. psql is a client program, but he wants to get the file not from the place where psql runs.
He says:
" but i want to execute this script from the client and so my blob-data is on the client and lo_import fails (the server doesn't have this file)."
That's why he needs a program, an application, or something which can communicate with client. Or another way, if he runs the psql from client where the file is, than connecting to postgres server :)
Sorry for my ambiguous letter.
C.
Jonathan Bartlett wrote, On 9/17/2003 9:48 PM:
if you, then write a program for that. psql is a database server, not a client program.
No, psql is a client program. postmaster is the database server.
Jon
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly