pg_restore recognizing $-quotes - Mailing list pgsql-patches

From Philip Warner
Subject pg_restore recognizing $-quotes
Date
Msg-id 6.1.1.1.0.20040815022225.05d55a80@203.8.195.10
Whole thread Raw
Responses Re: pg_restore recognizing $-quotes
Re: pg_restore recognizing $-quotes
Re: pg_restore recognizing $-quotes
List pgsql-patches
Not sure if this is the desired approach, but since it works, I thought I'd
send it.

This patch allows pg_restore to recognize $-quotes in SQL queries. It will
treat any unquoted string that starts with a $ and has no preceding
identifier chars as a potential $-quote tag, it then makes sure that the
tag chars are valid. If so, it processes the $-quote.

Tested against local DBs and regression DB.



----------------------------------------------------------------
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       |/

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: to_timestamp overloaded to convert from Unix epoch
Next
From: Michael Glaesemann
Date:
Subject: Re: to_timestamp overloaded to convert from Unix epoch