Users/Groups -> Roles

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Users/Groups -> Roles
Дата
Msg-id 20050627062949.GU24207@ns.snowman.net
обсуждение исходный текст
Ответы Re: Users/Groups -> Roles  (Stephen Frost <sfrost@snowman.net>)
Re: Users/Groups -> Roles  (Tom Lane <tgl@sss.pgh.pa.us>)
Change Ownership Permission Checks  (Stephen Frost <sfrost@snowman.net>)
Re: Users/Groups -> Roles  (Fabien COELHO <fabien.coelho@ensmp.fr>)
Список pgsql-patches
Greetings,

  Attached please find files and patches associated with moving from the
  User/Group system currently in place to Roles, as discussed
  previously.  The files are:

  pg_authid.h
    New system table, contains role information
    To be placed in src/include/catalog, replacing pg_shadow.h

  pg_auth_members.h
    New system table, contains role/membership information
    To be placed in src/include/catalog, replacing pg_group.h

  role_2005062701.ctx.patch.bz2
    Main patch, generated via cvs -z3 diff -c | bzip2
    (gzip didn't quite get it under the 100K mark for the list)

  role_milestones
    List of milestones associated with my work on Roles support
    '*' indicates that the milestone has been met/completed
    '?' indicates uncertainty about if something should be done
    No marker indicates an item which needs to be done
    Note: Documentation needs to be updated

  Again, my apologies for not getting this in sooner, it's been a little
  hectic around here of late.  I'm anxious to get feedback, comments,
  corrections, etc.

      Thanks,

        Stephen

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Luke Lonergan"
Дата:
Сообщение: Re: COPY FROM performance improvements
Следующее
От: Neil Conway
Дата:
Сообщение: Re: limiting connections per user/database