usage of lo_import

From: Padmajha Raghunathan <padmajha(at)easi(dot)soft(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: usage of lo_import
Date: 2001-02-01 07:57:52
Message-ID: 3A791700.1722C0D1@easi.soft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi all,

Thru psql , when i try to insert into the table with the a large
object as insert into some_table values('pp','lo_import('easi.gif'));
it gives an error message as
ERROR: You must have Postgres superuser privilege to use
server-side lo_import().
Anyone can use the client-side lo_import() provided by libpq.
how do i insert if i am not logging on as postgres user. ?? and how do i
use lo_import over the network???

Thanx in advance

padmajha

Browse pgsql-sql by date

  From Date Subject
Next Message Peter T Mount 2001-02-01 09:09:05 Re: Image insertion by using BLOB
Previous Message Justin Clift 2001-02-01 03:36:53 Re: HELP: Scarey pl/pgsql problem