Bernd Helmle wrote: > --On 26. Juni 2009 13:08:37 +0900 KaiGai Kohei <kai...@ak.jp.nec.com> > wrote: > >> * Is the named large object (including fully qualified one) worth? >> It will enables us to specify a largeobject with human readable >> identifier string. > > I don't understand the notion of this. Does this mean you can create a > LO with an identifier string, generated from (e.g.) your application?
Yes, it intends to assign an identifier string not only numeric large object identifier. The identifier string can be qualified with a certain namespace as follows. E.g) SELECT lo_open('my_picture01', x'40000'::int); SELECT lo_create('pg_temp.my_musid02'); In the later case, the new largeobject will be reclaimed after the session closed due to the temporary namespace. Thanks, -- OSS Platform Development Division, NEC KaiGai Kohei <kai...@ak.jp.nec.com> -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers