![]() | pg_lo_export说明bool pg_lo_export ( int oid, string pathname [, resource connection] )oid 参数指定了要导出的大型对象的 oid,pathname 参数则指明了文件名。如果成功则返回 TRUE,失败则返回 FALSE。 要使用大型对象(lo)接口,需要将其放置在事务块中。
参见 pg_lo_import()。 ![]() There are no user contributed notes for this page. | ![]() |