1. 27 Sep, 2003 18 commits
  2. 26 Sep, 2003 6 commits
  3. 25 Sep, 2003 8 commits
  4. 24 Sep, 2003 6 commits
  5. 23 Sep, 2003 2 commits
    • Tom Lane's avatar
      Issue CREATE SCHEMA as the originally connecting user, with an · a9e9abeb
      Tom Lane authored
      AUTHORIZATION clause to specify the desired owner.  This allows a
      superuser to restore schemas owned by users without CREATE-SCHEMA
      permissions (ie, schemas originally created by a superuser using
      AUTHORIZATION).  --no-owner can be specified to suppress the
      AUTHORIZATION clause if need be.
      a9e9abeb
    • Tom Lane's avatar
      pg_dump/pg_restore now always use SET SESSION AUTHORIZATION, not \connect, · 6767cebc
      Tom Lane authored
      to control object ownership.  The use-set-session-authorization and
      no-reconnect switches are obsolete (still accepted on the command line,
      but they don't do anything).  This is a precursor to fixing handling
      of CREATE SCHEMA, which will be a separate commit.
      6767cebc