Re: Error when building new db using pg_restore

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Jim Longwill <JLongwill(at)psmfc(dot)org>
Cc: Jerry Sievers <gsievers19(at)comcast(dot)net>, PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Error when building new db using pg_restore
Date: 2017-06-21 20:21:21
Message-ID: CAKFQuwY0U5n__dC=K0y596ob2TAuDk+9==HiYZoLL8VyRj8QJQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 21, 2017 at 1:10 PM, Jim Longwill <JLongwill(at)psmfc(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Longwill 2017-06-22 00:06:21 Re: Error when building new db using pg_restore
Previous Message David G. Johnston 2017-06-21 20:17:06 Re: Error when building new db using pg_restore