dollar-quoting in psql and in general

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: dollar-quoting in psql and in general
Date: 2004-08-12 01:28:53
Message-ID: 6.1.1.1.0.20040812112535.04968570@203.8.195.10
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While trying to understand dollar-quoting, I found the following in psql:

select $a$ hello $a$;

behaves as expected, but psql does not like

select $a$ \ $a$;
or
select $a$ \\ $a$;

Should it? How should a dollar-quote handle:

$a$ \$a\$a $a$

?

----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.B.N. 75 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 03 5330 3172 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp.mit.edu:11371 |/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-08-12 01:57:58 Re: Coming soon: PG 7.4.4, 7.3.7, 7.2.5
Previous Message Philip Warner 2004-08-12 00:58:43 Re: pg_dump 'die_on_errors'