[HACKERS] Re: [INTERFACES] PHP and PostgreSQL

2000-12-29 Thread Adam Lang
I thought I saw mention on the interfaces list that the ODBC driver needed to be modified to properly use the large objects. Adam Lang Systems Engineer Rutgers Casualty Insurance Company http://www.rutgersinsurance.com - Original Message - From: "Frank Joerdens" <[EMAIL PROTECTED]> To: "A

[HACKERS] Re: [INTERFACES] PHP and PostgreSQL

2000-12-29 Thread Adam Lang
I agree, but I figured that if the 7.1 upgrade breaks some of the large object interface in the ODBC code, it may possibly break some of the interface in the php-psql code. That's why I said it should probably be checked. ;) Adam Lang Systems Engineer Rutgers Casualty Insurance Company http://ww

[HACKERS] Re: [INTERFACES] PHP and PostgreSQL

2000-12-29 Thread Adam Lang
I'd say the most important thing would be to get it upto speed with 7.1. Make sure PHP supports large objects and the TOAST properly. Adam Lang Systems Engineer Rutgers Casualty Insurance Company http://www.rutgersinsurance.com - Original Message - From: "Bruce Momjian" <[EMAIL PROTECTED]

[HACKERS] Re: [INTERFACES] PHP and PostgreSQL

2000-12-27 Thread Frank Joerdens
Adam Lang wrote: > > I thought I saw mention on the interfaces list that the ODBC driver needed > to be modified to properly use the large objects. You normally wouldn't use ODBC to access Postgres from PHP but rather the Postgres-specific interface. You _can_ use ODBC as well but normally that

[HACKERS] Re: [INTERFACES] PHP and PostgreSQL

2000-12-27 Thread Frank Joerdens
Adam Lang wrote: > > I'd say the most important thing would be to get it upto speed with 7.1. > Make sure PHP supports large objects and the TOAST properly. What would be the problem there? As I understand TOAST, the application shouldn't take any notice of it's inner workings whatsoever . . .