Re: Login script

Поиск
Список
Период
Сортировка
От SOzcn
Тема Re: Login script
Дата
Msg-id CAJyV5AbQaMkN_GG5cmwq5c9W5xSd-iTCEJf1WL6Wmmr=yuv2jw@mail.gmail.com
обсуждение исходный текст
Ответ на Login script  (Krishna B <krishnasvkb@gmail.com>)
Ответы Re: Login script  (M Sarwar <sarwarmd02@outlook.com>)
Список pgsql-admin
Hello,

You can have the DDL from editors or in the psql. For users you can get the information from pg_authit
select rolname,rolpassword from pg_authid where rolname='postgres';

Have a nice day!

Krishna B <krishnasvkb@gmail.com>, 21 Ara 2023 Per, 22:42 tarihinde şunu yazdı:
Hi All,

Do We have any script to recreate specific schema users before we start any schema refresh from prod to UAT ? 

I need to script out all logins with permissions and roles assigned to UAT before prod schema refresh…

Thank you 
Kris k 

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Case sensitive grant statements in pg14?
Следующее
От: "Wetmore, Matthew (CTR)"
Дата:
Сообщение: Case sensitive grant statements in pg14?