pgsql: doc: Make UPDATE FROM examples consistent

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Make UPDATE FROM examples consistent
Date: 2022-03-29 13:04:29
Message-ID: E1nZBWO-001u96-PT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Make UPDATE FROM examples consistent

The original first half of the example used an employees table and an
accounts.sales_person foreign key column, while the second half (added
in commit 8f889b1083f) used a salesmen table and accounts.sales_id
for the foreign key. This makes everything use the original names.

Author: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
Discussion: https://postgr.es/m/87o81vqjw0.fsf@wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3785d8e98b741749d09f1cfe119ec04961ed07b2

Modified Files
--------------
doc/src/sgml/ref/update.sgml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-03-29 13:30:20 pgsql: Explain why the startup process can't cause a shortage of sinval
Previous Message Daniel Gustafsson 2022-03-29 12:07:50 pgsql: Enable SSL library detection via PQsslAttribute()