]> granicus.if.org Git - postgresql/commit
Add large object functions catering to SQL callers.
authorNoah Misch <noah@leadboat.com>
Mon, 28 Oct 2013 02:42:46 +0000 (22:42 -0400)
committerNoah Misch <noah@leadboat.com>
Mon, 28 Oct 2013 02:56:54 +0000 (22:56 -0400)
commitc50b7c09d852b6dc292bf24c72a0ffcac6cb2cab
treeee9cc909b6b1c7040c4c81e427d25d215e1d900f
parent9c339eb4f853e44c462f53587f69e4a11e89c09b
Add large object functions catering to SQL callers.

With these, one need no longer manipulate large object descriptors and
extract numeric constants from header files in order to read and write
large object contents from SQL.

Pavel Stehule, reviewed by Rushabh Lathia.
doc/src/sgml/func.sgml
doc/src/sgml/lobj.sgml
src/backend/libpq/be-fsstubs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/libpq/be-fsstubs.h
src/test/regress/input/largeobject.source
src/test/regress/output/largeobject.source
src/test/regress/output/largeobject_1.source