Re: Viewing Database Scheme

From: Eric B(dot) Ridge <ebr(at)tcdi(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Viewing Database Scheme
Date: 2006-01-28 21:22:35
Message-ID: C91CB914-F8DA-47CC-9607-D6A92289AB0A@tcdi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Jan 28, 2006, at 4:20 PM, Eric B. Ridge wrote:

> Dude, "pg_dump" is not a psql command, nor is it a SQL command.
> It's a command-line program. You run it from your shell:
>
> $ pg_dump --schema-only pg_dump > xrms-schema.dmp

pardon my type-o. This should read:

$ pg_dump --schema-only contacts > xrms-schema.dmp

eric

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ken Winter 2006-01-28 22:39:01 Re: Seeking a better PL/pgSQL editor-debugger
Previous Message Eric B. Ridge 2006-01-28 21:20:16 Re: Viewing Database Scheme