pgsql: doc: clarify PERIOD and WITHOUT OVERLAPS in CREATE TABLE

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify PERIOD and WITHOUT OVERLAPS in CREATE TABLE
Date: 2024-05-09 20:34:32
Message-ID: E1s5ATH-000CxP-4s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: clarify PERIOD and WITHOUT OVERLAPS in CREATE TABLE

Discussion: https://postgr.es/m/04938501-fc8f-46f3-97a4-9a81a3f24530@illuminatedcomputing.com

Author: Paul Jungwirth

Backpatch-through: master

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2024-05-09 20:38:14 pgsql: doc PG 17 relnotes: fix author of LLVM item
Previous Message Tom Lane 2024-05-09 17:16:42 pgsql: Fix recursive RECORD-returning plpython functions.