Обсуждение: allowing password changes to users & views

Поиск
Список
Период
Сортировка

allowing password changes to users & views

От
Peter Blazso
Дата:
Hi all,

I want to allow users to change their own (and only their own) password
in PostgreSQL. I have already tried it with creating a rule on pg_shadow
and through views but neither of them works. I desperately need to have
this feature in my program!

I have a question, as well: How can I update or insert into a table
through views? Does it need something special besides the existence of
the particular views and tables?

I have an other question, too: Is there anyone who knows when the new
version (6.5) comes out (approximately)?

Thanks, in advance,
Peter Blazso