There are server-side functions callable from SQL that correspond to
- each of the client-side functions described above(please note
- that the server side function
- for lo_read is loread and
- the server side function for lo_write
- is lowrite); indeed, for the most part the
- client-side functions are simply interfaces to the equivalent
- server-side functions. The ones that are actually useful to call
- via SQL commands are
+ each of the client-side functions described above; indeed, for the
+ most part the client-side functions are simply interfaces to the
+ equivalent server-side functions. The ones that are actually useful
+ to call via SQL commands are
The client-side functions do not require superuser privilege.
+ The functionality of lo_read and
+ lo_write is also available via server-side calls,
+ but the names of the server-side functions differ from the client side
+ interfaces in that they do not contain underscores. You must call
+ these functions as loread> and lowrite>.
+
+