Re: [exim-dev] quote_pgsql and PostgreSQL 9.1.2

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Adam D. Barratt
Datum:  
To: Axel Rau
CC: exim-dev
Betreff: Re: [exim-dev] quote_pgsql and PostgreSQL 9.1.2
On Fri, 2012-01-06 at 22:39 +0100, Axel Rau wrote:
> "The quote_pgsql expansion operator, in addition, escapes the percent
> and underscore characters."
> Why do we take percent and underscore special?


They're SQL wildcard characters - see
http://www.w3schools.com/sql/sql_wildcards.asp for instance.

> Is this a bug?


No, it's a necessary feature.

Regards,

Adam