Re: proposed FAQ entry

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: proposed FAQ entry
Дата
Msg-id 200706290106.l5T16KU18798@momjian.us
обсуждение исходный текст
Ответ на proposed FAQ entry  (David Gardner <david@gardnerit.net>)
Ответы Re: proposed FAQ entry
Re: proposed FAQ entry
Список pgsql-docs
David Gardner wrote:
> Earlier today I was tempted to start storing usesysid's as foreign keys
> in one of my tables by doing:
> SELECT usesysid FROM pg_user WHERE pg_user.usename= user;
>
> My proposed FAQ entry is based on this mailing list post which convinced
> me not to:
> http://archives.postgresql.org/pgsql-novice/2005-04/msg00328.php
>
>
> So the Question would be:
>
> Q) How do I keep track of edits to a table? OR Can I use store usesysid
> in my table to identify users?
>
> A) No because usesysid values are not guaranteed to remain the same
> after a restore, or upgrade. Instead store the user name as text, if
> needed create your own user table and associate the user names with
> integer keys.

Uh, sorry, this is not a _frequent_ question/issue.

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: rename of a view
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: proposed FAQ entry