+ Support for the
+ linkend="functions-sqljson-path">
SQL/JSON
+ path language
- Nondeterministic ICU
- collations, enabling
- case-insensitive and accent-insensitive grouping and ordering
+ Nondeterministic ICU
+ collations, enabling case-insensitive and accent-insensitive grouping
+ and ordering
Previously, a normally-invisible oid
column could be specified during table creation using WITH
OIDS; that ability has been removed. Columns can still be
- explicitly declared as type OID. Operations on tables
+ explicitly declared as type oid. Operations on tables
that have columns created using WITH OIDS will
need adjustment.
Allow VACUUM and ANALYZE
- to take optional boolean argument specifications (Masahiko Sawada)
+ to take optional Boolean argument specifications (Masahiko Sawada)