Re: re-create information_schema

Поиск
Список
Период
Сортировка
От Ray Stell
Тема Re: re-create information_schema
Дата
Msg-id 20120303222804.GA25365@cns.vt.edu
обсуждение исходный текст
Ответ на Re: re-create information_schema  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-admin
On Sat, Mar 03, 2012 at 08:27:19PM +0200, Peter Eisentraut wrote:
> On ons, 2012-02-29 at 16:25 -0500, Ray Stell wrote:
> > On Wed, Feb 29, 2012 at 03:55:13PM -0500, Ray Stell wrote:
> > > http://www.postgresql.org/docs/9.1/static/release-9-1-2.html
> > > This must be repeated in each
> > > database to be fixed.
> >
> > including postgres, template0, and template1?
>
> Yes, if you want those databases to be fixed.


A trick with template0, or so it seems:

template1=# select datname, datallowconn from pg_database;
  datname  | datallowconn
-----------+--------------
 template1 | t
 template0 | f
 postgres  | t
 rd        | t
(4 rows)

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: re-create information_schema
Следующее
От: Rural Hunter
Дата:
Сообщение: Safe to put indexes in tablespaces on raid0 disk?