Re: [GENERAL] [pgsql-ru-general] Deleting Large Objects

2010-03-09 Thread Serguei Mokhov
Hi John, pgsql-general@postgresql.org is perhaps a better idea to post this. You've posted the message to the regional Russian mailing list where the audience is somewhat of a narrower scope. -s On Tue, Mar 9, 2010 at 10:19 AM, John KEA wrote: > style="font: inherit;">Dear PostgreSQL Creators,

[GENERAL] deleting large objects

2000-03-21 Thread Samuel Sieb
Is it possible to unlink large objects using SQL? I see import and export and I can unlink from a program, but is it possible to use a query to unlink them?

Re: [GENERAL] Deleting large objects sans index

2000-02-19 Thread Howie
On Wed, 16 Feb 2000 [EMAIL PROTECTED] wrote: > What's the quickest way to delete all PostgreSQL large objects? Is there a > system table that lists the oids of existing large objects? I expect the > command is something like: > > => select lo_unlink(SOME_ATTRIBUTE) from SOME_SYSTEM_TABLE > > bu