Re: Backing up and restoring a database with the SELinux pg_user problem.
От | Tom Lane |
---|---|
Тема | Re: Backing up and restoring a database with the SELinux pg_user problem. |
Дата | |
Msg-id | 14324.1107530385@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: Backing up and restoring a database with the SELinux pg_user problem. (Joseph Kiniry <kiniry@acm.org>) |
Ответы |
Re: Backing up and restoring a database with the SELinux pg_user problem.
|
Список | pgsql-general |
Joseph Kiniry <kiniry@acm.org> writes: > I'm currently blocked on the system catalog schema "pg_catalog"; > whence is it initialized? That row in pg_namespace is missing, you mean? That's very odd ... what rows do you see in pg_namespace? That should be loaded as part of the basic bootstrap operation, and if basic bootstrap had failed you'd definitely not have failed to notice ;-) > I have looked though all initdb-related > scripts, SQL files, and BKI files and have found several references to > pg_catalog, but I have not found its definition/initialization. The definition/initialization is basically driven from macros in src/include/catalog/pg_namespace.h; in particular all the rows defined by DATA macros in that file should have been created during bootstrap. You might look in the .bki file to verify that there is a section creating and loading pg_namespace. regards, tom lane
В списке pgsql-general по дате отправления: