Re: PHP and PostgreSQL

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To:
Cc: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>, "PostgreSQL-interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: PHP and PostgreSQL
Date: 2000-12-27 21:30:46
Message-ID: 00df01c0704c$466f5260$330a0a0a@6014cwpza006
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

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://www.rutgersinsurance.com
----- Original Message -----
From: "Frank Joerdens" <frank(at)joerdens(dot)de>
To: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
Cc: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>;
"PostgreSQL-interfaces" <pgsql-interfaces(at)postgresql(dot)org>
Sent: Wednesday, December 27, 2000 5:22 PM
Subject: Re: [INTERFACES] PHP and PostgreSQL

> 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 doesn't provide any advantage. If your concern is database
> abstraction, there are several libraries for PHP that provide it in
> varying degrees, ODBC would be just one, possibly not optimal, solution
> for the problem. Generally, from following the PHP lists and looking at
> columns on, for instance, phpbuilder.com, PHP folks don't seem to
> concerned with the abstraction issue, as far as I can make out anyway
> (just my impression). Rasmus' question, IMHO, was about the PHP/Postgres
> interface, not about ODBC.
>
> - Frank

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-12-27 21:50:10 Re: [HACKERS] Re: Tuple-valued datums on Alpha (was Re: 7.1 on DEC/Alpha)
Previous Message Kevin Lo 2000-12-27 20:16:36 Re: About PQsetClientEncoding(),"SET NAMES",and "SETCLIENT_ENCODING"

Browse pgsql-interfaces by date

  From Date Subject
Next Message Frank Joerdens 2000-12-27 22:22:24 Re: PHP and PostgreSQL
Previous Message Adam Lang 2000-12-27 18:46:44 Re: PHP and PostgreSQL