Re: [GENERAL] How to get the size of a large object?

2000-04-21 Thread swalker
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'

RE: [GENERAL] COPY Question

2000-04-21 Thread Culberson, Philip
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

Re: [GENERAL] Connecting website with SQL-database.....

2000-04-21 Thread Manuel Lemos
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