Re: Upgrading using pg_dumpall
От
Rich Shepard
Тема
Re: Upgrading using pg_dumpall
Дата
Msg-id
alpine.LNX.2.11.1609041207240.21663@localhost
Ответ на
Re: Upgrading using pg_dumpall (Adrian Klaver)
Список
Дерево обсуждения
Upgrading using pg_dumpall Rich Shepard <rshepard@appl-ecosys.com>
Re: Upgrading using pg_dumpall Adrian Klaver <adrian.klaver@aklaver.com>
Re: Upgrading using pg_dumpall Rich Shepard <rshepard@appl-ecosys.com>
Re: Upgrading using pg_dumpall Adrian Klaver <adrian.klaver@aklaver.com>
Re: Upgrading using pg_dumpall Rich Shepard <rshepard@appl-ecosys.com>
Re: Upgrading using pg_dumpall Adrian Klaver <adrian.klaver@aklaver.com>
Re: Upgrading using pg_dumpall Rich Shepard <rshepard@appl-ecosys.com>
Re: Upgrading using pg_dumpall Adrian Klaver <adrian.klaver@aklaver.com>
Re: Upgrading using pg_dumpall Rich Shepard <rshepard@appl-ecosys.com>
Re: Upgrading using pg_dumpall Adrian Klaver <adrian.klaver@aklaver.com>
Re: Upgrading using pg_dumpall Rich Shepard <rshepard@appl-ecosys.com>
Re: Upgrading using pg_dumpall Rich Shepard <rshepard@appl-ecosys.com>
Re: Upgrading using pg_dumpall Charles Clavadetscher <clavadetscher@swisspug.org>
Re: Upgrading using pg_dumpall Charles Clavadetscher <clavadetscher@swisspug.org>
Re: Upgrading using pg_dumpall Adrian Klaver <adrian.klaver@aklaver.com>
On Sun, 4 Sep 2016, Adrian Klaver wrote: > You don't it directly. That information is supplied by Postgres when you > do CREATE or ALTER ROLE. The -W switch just does that for the > superuser(postgres in your case) when you initdb a new cluster. Adrian, OK. That makes sense. > Sorry, old habits. pg_user is a version of the pg_shadow view that blanks > out the actual password. pg_shadow is a view over the table pg_authid, > where the actual information is stored now. In any case, again they are > not tables/views you directly modify. Good. Then I won't spend time with them. So, given my single-user situation do you think that I should ALTER ROLE to add my password? Adding it to ~/.pgpass did nothing positive when I changed auth method to md5; my attempt to open a database failed because that password was rejected. Strange ... to me. Rich
В списке pgsql-general по дате отправления