File tree Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Expand file tree Collapse file tree 1 file changed +7
-18
lines changed Original file line number Diff line number Diff line change 66
77 <formalpara>
88 <title>Release date:</title>
9- <para>2017-??-?? (current as of 2017-09-17, commit 244b4a37e) </para>
9+ <para>2017-10-05 </para>
1010 </formalpara>
1111
1212 <sect2>
1931932016-11-18 [67dc4ccbb] Add pg_sequences view
1941942017-05-15 [f8dc1985f] Fix ALTER SEQUENCE locking
1951952017-06-01 [3d79013b9] Make ALTER SEQUENCE, including RESTART, fully transactio
196+ 2017-09-29 [5cc5987ce] psql: Update \d sequence display
196197-->
197198 <para>
198199 Move sequences' metadata fields into a new <link
222223 can also be used for this purpose; it provides column names that are
223224 more compatible with existing code.
224225 </para>
226+
227+ <para>
228+ The output of <application>psql</>'s <command>\d</> command for a
229+ sequence has been redesigned, too.
230+ </para>
225231 </listitem>
226232
227233 <listitem>
764770
765771 <listitem>
766772<!--
767- 2016-09-05 [15bc038f9] Relax transactional restrictions on ALTER TYPE ... ADD V
768- -->
769- <para>
770- Reduce locking required for adding values to enum types (Andrew
771- Dunstan, Tom Lane)
772- </para>
773-
774- <para>
775- Previously it was impossible to run <command>ALTER TYPE ... ADD
776- VALUE</> in a transaction block unless the enum type was created
777- in the same block. Now, only references to uncommitted enum
778- values from other transactions are prohibited.
779- </para>
780- </listitem>
781-
782- <listitem>
783- <!--
7847732017-03-06 [21d4e2e20] Reduce lock levels for table storage params related to p
7857742017-04-05 [68ea2b7f9] Reduce lock level for CREATE STATISTICS
786775-->
You can’t perform that action at this time.
0 commit comments