pgsql: doc: Update serial explanation

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Update serial explanation
Date: 2019-04-08 20:08:55
Message-ID: E1hDaZb-0007JU-KU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Update serial explanation

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

Reported-by: mjf(at)pearson(dot)co(dot)uk

Branch
------
REL_10_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-04-08 20:09:41 pgsql: Fix improper interaction of FULL JOINs with lateral references.
Previous Message Tom Lane 2019-04-08 16:20:30 pgsql: Fix EvalPlanQualStart to handle partitioned result rels correctl