pgsql: Doc: sync src/tutorial/basics.source with SGML documentation. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: sync src/tutorial/basics.source with SGML documentation.
Date
Msg-id E1owSHT-000tyZ-EF@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: sync src/tutorial/basics.source with SGML documentation.

basics.source is supposed to be pretty closely in step with
the examples in chapter 2 of the tutorial, but I forgot to
update it in commit f05a5e000.  Fix that, and adjust a couple
of other discrepancies that had crept in over time.

(I notice that advanced.source is nowhere near being in sync
with chapter 3, but I lack the ambition to do something
about that right now.)

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8687cee44d003acaeb2bca908275d04092741e88

Modified Files
--------------
src/tutorial/basics.source | 27 ++++++++++++++++++++++-----
1 file changed, 22 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: pg_dump: avoid unsafe function calls in getPolicies().
Next
From: Tom Lane
Date:
Subject: pgsql: Disable debug_discard_caches in test_oat_hooks test.