pgsql: doc: Update serial explanation - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Update serial explanation
Date
Msg-id E1hDaZb-0007JT-KN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Update serial explanation

The CREATE SEQUENCE command should include a data type specification,
since PostgreSQL 10.

Reported-by: mjf@pearson.co.uk

Branch
------
REL_11_STABLE

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

Modified Files
--------------
doc/src/sgml/datatype.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix EvalPlanQualStart to handle partitioned result relscorrectl
Next
From: Tom Lane
Date:
Subject: pgsql: Fix improper interaction of FULL JOINs with lateral references.