prepared transaction can be committed after it is restarted. New
syntax includes PREPARE TRANSACTION> and
COMMIT/ROLLBACK PREPARED>. A new system view
- pg_prepared_xacts has also been added.
+ pg_prepared_xacts> has also been added.
So, once a user logs into a role, she inherits capabilities of
the login role plus any inherited roles, and can use
SET ROLE> to switch to other member roles. This
- change also replaces pg_shadow and pg_group by with new
- role-capable catalogs pg_authid and pg_auth_members. The old
+ change also replaces pg_shadow> and
+ pg_group> by with new role-capable catalogs
+ pg_authid> and pg_auth_members>. The old
tables are redefined as views on the new role tables.
- Move language handlers into the pg_catalog schema
+ Move language handlers into the pg_catalog> schema
This makes it easier to drop the public schema if desired.
- Add
- (Richard van den Bergg)
+ Add
+
pg_restore> (Richard van den Bergg)
This allows only objects from a specified schema to be restored.
- Allow pg_dump to dump a consistent snapshot of large objects
+ Allow
pg_dump> to dump a consistent snapshot of
+ large objects
(Tom)
- Allow pg_dump to dump large objects even in text mode (Tom)
+ Allow
pg_dump> to dump large objects even in
+ text mode (Tom)
- Add
+ Add
+ (Magnus Hagander)
This allows a database to be dumped in an encoding that is
- Allow pg_config to be compiled using MSVC (Andrew Dunstan)
+ Allow
pg_config> to be compiled using MSVC (Andrew
+ Dunstan)
This is required to build DBD::Pg using
MSVC>.