Re: Dumping tables with only create statements

From: "Ridvan Lakas ng Bayan S(dot) Baluyos" <ridvan(at)baluyos(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Dumping tables with only create statements
Date: 2008-06-27 08:26:19
Message-ID: 7f4f9efa0806270126l230b0435hdbdbdd6b5c7f4b01@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

I already found the solution.

pg_dump -h <host> -U <user> <dbname> -t <table> -s > <file>

I thought that having the `-s` parameter would only mean dumping the schema
of the entire database. I just learned that you can use it when you want to
dump the schema of a specific table only.

Thanks,

Ridvan

On Fri, Jun 27, 2008 at 3:46 PM, Ridvan Lakas ng Bayan S. Baluyos <
ridvan(at)baluyos(dot)net> wrote:

> Is there a way wherein I can dump only the create statements (plus the
> indexes and triggers) of a `specific` table without including the data? I
> just need the dump of the table structure, indexes, and triggers.
>
>
> Thanks in advance,
>
>
> Ridvan
>
> --
> リヅバン バルヨス
> ridvan(dot)baluyos(at)qualservcentral(dot)com
> http://ridvan.baluyos.net
> http://www.onxiam.com/people/rbaluyos
>
> Registered Linux User #439466
> Registered Ubuntu User #16034
> Q: Have you heard of the Object-Oriented way to get wealthy?
> A: Inheritance.

--
リヅバン バルヨス
ridvan(dot)baluyos(at)qualservcentral(dot)com
http://ridvan.baluyos.net
http://www.onxiam.com/people/rbaluyos

Registered Linux User #439466
Registered Ubuntu User #16034
Q: Have you heard of the Object-Oriented way to get wealthy?
A: Inheritance.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Yos Sunitiyoso 2008-06-27 09:08:11 Automatic SQL command execution
Previous Message Ridvan Lakas ng Bayan S. Baluyos 2008-06-27 07:46:01 Dumping tables with only create statements