1. 02 8月, 2005 3 次提交
  2. 01 8月, 2005 5 次提交
    • B
      Done: · 614b6e25
      Bruce Momjian 提交于
      > * -Allow limits on per-db/role connections
      614b6e25
    • B
      Done: · 523997da
      Bruce Momjian 提交于
      < 	o Allow objects to be moved to different schemas
      > 	o -Allow objects to be moved to different schemas
      
      Fix word wrap:
      
      < 	* Allow GRANT/REVOKE permissions to be applied to all schema objects with one
      < 	  command
      > 	o Allow GRANT/REVOKE permissions to be applied to all schema objects
      > 	  with one command
      523997da
    • T
      Add ALTER object SET SCHEMA capability for a limited but useful set of · 35508d1c
      Tom Lane 提交于
      object kinds (tables, functions, types).  Documentation is not here yet.
      Original code by Bernd Helmle, extensive rework by Bruce Momjian and
      Tom Lane.
      35508d1c
    • B
      Add description: · a85e5d1b
      Bruce Momjian 提交于
      < 	  This would require a new global table that is dumped to flat file for
      < 	  use by the postmaster.  We do a similar thing for pg_shadow currently.
      > 	  This would add a function to load the SQL table from
      >           pg_hba.conf, and one to writes its contents to the flat file.
      > 	  The table should have a line number that is a float so rows
      > 	  can be inserted between existing rows, e.g. row 2.5 goes
      > 	  between row 2 and row 3.
      a85e5d1b
    • T
      Add per-user and per-database connection limit options. · d42cf5a4
      Tom Lane 提交于
      This patch also includes preliminary update of pg_dumpall for roles.
      Petr Jelinek, with review by Bruce Momjian and Tom Lane.
      d42cf5a4
  3. 31 7月, 2005 8 次提交
  4. 30 7月, 2005 19 次提交
  5. 29 7月, 2005 5 次提交