From: | Dave Cramer <Dave(at)micro-automation(dot)net> |
---|---|
To: | Steve Kirby <sfkirby(at)arl(dot)army(dot)mil> |
Cc: | "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: |
Date: | 2002-06-13 17:10:46 |
Message-ID: | 1023988246.19658.199.camel@inspiron.cramers |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
Steve,
Here is some additional information
http://lab.applinet.nl/postgresql-jdbc/#Lob
Dave
On Thu, 2002-06-13 at 13:04, Steve Kirby wrote:
> Hi,
> This is a follow-up to something I asked about last night. As I said, this is the error below - I am trying to do a lo_import through JSP and
> get this error:
>
>
> ERROR: You must have Postgres superuser privilege to use server-side
> lo_import(). Anyone can use the client-side lo_import() provided by libpq.
>
>
> >From Bruce Momjian's book I find this:
>
> Because large objects use the local filesystem, users connecting over a network cannot use lo_import or lo_export().
> They can, however, use psql's \lo_import and \lo_export commands.
>
> It is hard to see how to use psql's \lo_import via JSP.
>
> So my question is: if I want to store a blob like a jpeg in a postgresql database, are there any alternatives to lo_import? TIA
>
>
> Steve
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Barry Lind | 2002-06-13 17:43:13 | Re: Acquiring views |
Previous Message | Steve Kirby | 2002-06-13 17:04:23 |