pgsql: Doc: explain dollar quoting in the intro part of the pl/pgsql ch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Doc: explain dollar quoting in the intro part of the pl/pgsql ch
Date: 2017-07-17 20:44:00
Message-ID: E1dXCs4-0007OA-SI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: explain dollar quoting in the intro part of the pl/pgsql chapter.

We're throwing people into the guts of the syntax with not much context;
let's back up one step and point out that this goes inside a literal in
a CREATE FUNCTION command. Per suggestion from Kurt Kartaltepe.

Discussion: https://postgr.es/m/CACawnnyWAmH+au8nfZhLiFfWKjXy4d0kY+eZWfcxPRnjVfaa_Q@mail.gmail.com

Branch
------
REL9_2_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2d08d036eae3f50bcda98113a322020479264821

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-07-18 01:52:28 pgsql: Use a real RT index when setting up partition tuple routing.
Previous Message Andrew Dunstan 2017-07-17 19:36:05 pgsql: Improve legibility of numeric literal