Internal functions documented - Mailing list pgsql-sql

From Daniel Bruce Lynes
Subject Internal functions documented
Date
Msg-id 200301011354.40428.dlynes@shaw.ca
Whole thread Raw
List pgsql-sql
I've noticed a lot of the functions that are documented for libpg are also
stored in pg_proc.  Are these functions additionally callable from pl/pgsql?
And if so, are they documented for pl/pgsql anywhere, or do we need to make
educated guesses as to the parameters for them under pl/pgsql?

For instance, lo_lseek, lo_create, ...

The reason I'm asking is because I would like to be able to do something
similar to Oracle's DBMS_LOB.getlength(), DBMS_LOB.copy(), DBMS_LOB.write(),
DBMS_LOB.read() under pl/pgsql, without having to resort to writing a stored
procedure in C, if I can possibly avoid it (easier for porting concerns).

Thanks.


pgsql-sql by date:

Previous
From: Jie Liang
Date:
Subject: Re: plpgsql select into question
Next
From: Hans-Jürgen Schönig
Date:
Subject: CREATE INDEX question