Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From Peter Eisentraut
Subject pgsql: doc: Update serial explanation
Date
Msg-id [email protected]
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: [email protected]

Branch
------
master

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

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.