Tablespace with multiple locations

2022-12-30 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/sql-createtablespace.html Description: Hello, I m kindly requesting a clarification regarding a debatable subject in one of my projects, that if it's possible to create one global tablesp

[PATCH] discuss interaction between functions and Read Committed

2022-12-30 Thread Will Mortensen
Not sure if these would be considered redundant, since they don't add any new information, but I think I would have found them helpful as a reader. From ec76436429bd7d1e3dddc0b26ba9b1539499f40b Mon Sep 17 00:00:00 2001 From: Will Mortensen Date: Sat, 27 Aug 2022 17:31:13 -0700 Subject: [PATCH 3/6]

[PATCH] Attempt to clarify example of serialization anomaly

2022-12-30 Thread Will Mortensen
(sorry to the CCs for sending this twice) This example has been pointed out as confusing in multiple places, e.g.: * https://postgrespro.com/list/thread-id/1845118 * https://dba.stackexchange.com/a/43951 * https://stackoverflow.com/a/50733640 ("this paragraph is dark") As mentioned in those l

[PATCH] add introductory summary of Read Committed

2022-12-30 Thread Will Mortensen
This doesn't add any new information, but perhaps eases the reader into this long section. It also gives the discussion of plain SELECT its own paragraph, better paralleling the subsequent paragraphs. From b02c18896e4590eff6b396cd0faedac62b29bf68 Mon Sep 17 00:00:00 2001 From: Will Mortensen Date:

[PATCH] two minor fixes to MVCC docs

2022-12-30 Thread Will Mortensen
Fix markup indentation and add a mention of MERGE. From 46977fbe5fa0a26ef77938a8fe30b9def062e8f8 Mon Sep 17 00:00:00 2001 From: Will Mortensen Date: Sat, 27 Aug 2022 17:07:11 -0700 Subject: [PATCH 1/6] doc: fix markup indentation in MVCC --- doc/src/sgml/mvcc.sgml | 16 1 file c