Move sequences' metadata fields into a new
can also be used for this purpose; it provides column names that are
more compatible with existing code.
+
+ The output of
psql>'s \d> command for a
+ sequence has been redesigned, too.
+
- Reduce locking required for adding values to enum types (Andrew
- Dunstan, Tom Lane)
-
-
- Previously it was impossible to run ALTER TYPE ... ADD
- VALUE> in a transaction block unless the enum type was created
- in the same block. Now, only references to uncommitted enum
- values from other transactions are prohibited.
-
-
-
-
-