Re: [HACKERS] no lo_import(text, oid) document

2009-12-19 Thread Tatsuo Ishii
> Tatsuo Ishii writes: > > BTW, why don't lo_creat, lo_create, lo_unlink, lo_import and lo_export > > server side function's document appear in the "Chapter 9. Functions and > > Operators" section? > > Because large objects have their very own chapter. Problem is, the chapter is under "Client In

Re: [HACKERS] no lo_import(text, oid) document

2009-12-19 Thread Tom Lane
Tatsuo Ishii writes: > BTW, why don't lo_creat, lo_create, lo_unlink, lo_import and lo_export > server side function's document appear in the "Chapter 9. Functions and > Operators" section? Because large objects have their very own chapter. > Shall I add them? No, I don't think we should docume

[HACKERS] no lo_import(text, oid) document

2009-12-18 Thread Tatsuo Ishii
Hi, I couldn't find lo_import(text, oid) document anywhere in the PostgreSQL core documents. Unless I'm missing something, I would like to add description for the function in "31.4. Server-Side Functions" part. BTW, why don't lo_creat, lo_create, lo_unlink, lo_import and lo_export server side fun