Quotes - Mailing list pgsql-php

From Jascha Schubert
Subject Quotes
Date
Msg-id 200211041905.36251.JTSMailing@gmx.net
Whole thread Raw
List pgsql-php
Ok next problem ;)

I've a table with a field called end in it. In Postgres now this seems to be a
resevated keyword. So i have to put in i quotes. Now: Postgres want "end" and
mysql want `end`.
Just one question: Is there an quoting mechnism that will work for both dbs ?
Otherwise I will just use an $db_quote variable.

btw: why are they doing this ?

jascha

pgsql-php by date:

Previous
From: Jascha Schubert
Date:
Subject: Re: Booleans
Next
From: Keary Suska
Date:
Subject: Re: Booleans