Re: [GENERAL] Error when building new db using pg_restore - Mailing list pgsql-general

From David G. Johnston
Subject Re: [GENERAL] Error when building new db using pg_restore
Date
Msg-id CAKFQuwY0U5n__dC=K0y596ob2TAuDk+9==HiYZoLL8VyRj8QJQ@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] Error when building new db using pg_restore  (Jim Longwill <JLongwill@psmfc.org>)
Responses Re: [GENERAL] Error when building new db using pg_restore
List 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 by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: [GENERAL] Error when building new db using pg_restore
Next
From: Jim Longwill
Date:
Subject: Re: [GENERAL] Error when building new db using pg_restore