no lo_import(text, oid) document

Started by Tatsuo Ishiiover 16 years ago3 messageshackers
Jump to latest
#1Tatsuo Ishii
t-ishii@sra.co.jp

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 function's document appear in the "Chapter 9. Functions and
Operators" section? Shall I add them?
--
Tatsuo Ishii
SRA OSS, Inc. Japan

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tatsuo Ishii (#1)
Re: no lo_import(text, oid) document

Tatsuo Ishii <ishii@postgresql.org> 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 document them all twice.

regards, tom lane

#3Tatsuo Ishii
t-ishii@sra.co.jp
In reply to: Tom Lane (#2)
Re: no lo_import(text, oid) document

Tatsuo Ishii <ishii@postgresql.org> 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 Interfaces" which make
confuse users. I think it would be better to move under "The SQL
Language".
--
Tatsuo Ishii
SRA OSS, Inc. Japan