File tree 1 file changed +7
-18
lines changed
1 file changed +7
-18
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<formalpara>
8
8
<title>Release date:</title>
9
- <para>2017-??-?? (current as of 2017-09-17, commit 244b4a37e) </para>
9
+ <para>2017-10-05 </para>
10
10
</formalpara>
11
11
12
12
<sect2>
193
193
2016-11-18 [67dc4ccbb] Add pg_sequences view
194
194
2017-05-15 [f8dc1985f] Fix ALTER SEQUENCE locking
195
195
2017-06-01 [3d79013b9] Make ALTER SEQUENCE, including RESTART, fully transactio
196
+ 2017-09-29 [5cc5987ce] psql: Update \d sequence display
196
197
-->
197
198
<para>
198
199
Move sequences' metadata fields into a new <link
222
223
can also be used for this purpose; it provides column names that are
223
224
more compatible with existing code.
224
225
</para>
226
+
227
+ <para>
228
+ The output of <application>psql</>'s <command>\d</> command for a
229
+ sequence has been redesigned, too.
230
+ </para>
225
231
</listitem>
226
232
227
233
<listitem>
764
770
765
771
<listitem>
766
772
<!--
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
- <!--
784
773
2017-03-06 [21d4e2e20] Reduce lock levels for table storage params related to p
785
774
2017-04-05 [68ea2b7f9] Reduce lock level for CREATE STATISTICS
786
775
-->
You can’t perform that action at this time.
0 commit comments