pgsql: Doc, more or less: uncomment tutorial example that was fixed lon

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc, more or less: uncomment tutorial example that was fixed lon
Date: 2021-01-13 21:00:38
Message-ID: E1kznFu-0000kR-Ge@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc, more or less: uncomment tutorial example that was fixed long ago.

Reverts a portion of commit 344190b7e. Apparently, back in the
twentieth century we had some issues with multi-statement SQL
functions, but they've worked fine for a long time.

Daniel Westermann

Discussion: https://postgr.es/m/GVAP278MB04242DCBF5E31F528D53FA18D2A90@GVAP278MB0424.CHEP278.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dce62490818170b6479dfe08a28aae4bcdf7cc2d

Modified Files
--------------
src/tutorial/funcs.source | 25 +++++++++++--------------
1 file changed, 11 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-01-13 21:23:34 pgsql: Run reformat-dat-files to declutter the catalog data files.
Previous Message Alvaro Herrera 2021-01-13 20:57:05 pgsql: Call out vacuum considerations in create index docs