This really doesn't answer your question. But maybe it will achieve the
same result.
PHP has a function called pg_loreadall. This function reads a large
object and passes it straight through to the browser.
Here is an example
On Fri, 21 Apr 2000, Robert B. Easter wrote:
> I use php4 and I'
Since triggers ARE fired by the COPY command, another possibility is the use
of a temporary trigger to simulate the functionality of DEFAULT.
Just change the name of the sequence and the table in the example below.
Once you are done with your copy, simply DROP TRIGGER fake_sequence ON foo;
Cavea
Hello Lincoln,
On 20-Apr-00 00:59:07, you wrote:
>>I may be mistaken, but the last time that I looked at Perl DBI, it didn't
>>seem to a complete database abstraction layer than it is needed. For
>>instance, you want retrieve data from date fields the results come
>>formatted in a database depe