Re: massive quotes?

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: massive quotes?
Date: 2003-09-11 17:31:25
Message-ID: 3F60B16D.9050201@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:

>You mean if the special quotes are <-- and -->, <-----> would be the
>same as '-'?
>
>

If they work as the standard ' quote (and that seems to be Toms
intention), obviously.

Besides, we have to care specially about -->. Remember the complaints about
select 1--1,
behaving differently between MySQL and PostgreSQL. -- should remain
comment under all circumstances.

Too sad, all special chars are used up for operators....

Regards,
Andreas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2003-09-11 18:13:41 Re: Trouble with error message encoding
Previous Message Bruce Momjian 2003-09-11 17:15:31 Re: [HACKERS] New array functions