Re: [GENERAL] Error when building new db using pg_restore

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: [GENERAL] Error when building new db using pg_restore
Дата
Msg-id CAKFQuwY0U5n__dC=K0y596ob2TAuDk+9==HiYZoLL8VyRj8QJQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Error when building new db using pg_restore  (Jim Longwill <JLongwill@psmfc.org>)
Ответы Re: [GENERAL] Error when building new db using pg_restore
Список pgsql-general
On Wed, Jun 21, 2017 at 1:10 PM, Jim Longwill <JLongwill@psmfc.org> wrote:

> rdev1=# \dd
>          Object descriptions
>  Schema | Name | Object | Description
> --------+------+--------+-------------
> (0 rows)

Nothing user created has comments by default.  \dd only shows a very
limited subset of user created objects by default.  That you didn't
explicit add comments to any of those types objects is unsurprising.
See the docs for exactly what "\dd" and "\ddS" will consider.

David J.


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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] Error when building new db using pg_restore
Следующее
От: Jim Longwill
Дата:
Сообщение: Re: [GENERAL] Error when building new db using pg_restore