Re: update sequence conversion script

From: Terry Lee Tucker <terry(at)esc1(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: update sequence conversion script
Date: 2004-10-11 09:53:37
Message-ID: 200410110553.37257.terry@esc1.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Question:

When one moves from version 7.x to 8.x, will my old pgplsql functions continue
to work with the single quotes or will everything have to be changed to the
"dollar quoting" functionality?

Thanks...

On Monday 11 October 2004 05:28 am, Richard Huxton saith:
>
> For those that are puzzled, 8.0 allows you to use "dollar quoting" so
> you can avoid \'\'\' in your plpgsql functions.
>
> --
> Richard Huxton
> Archonet Ltd
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

--
Quote: 10
"The abandonment of original understanding in modern times means the
transportation into the Constitution of the principles of a liberal
culture that cannot achieve those results democratically."

--Judge Robert Bork

Work: 1-336-372-6812
Cell: 1-336-363-4719
email: terry(at)esc1(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2004-10-11 10:23:20 Re: update sequence conversion script
Previous Message Richard Huxton 2004-10-11 09:28:22 Re: update sequence conversion script