pg_dump table schema ... - Mailing list pgsql-general

From Hervé Piedvache
Subject pg_dump table schema ...
Date
Msg-id 200311261755.54427.herve@elma.fr
Whole thread Raw
List pgsql-general
Hi,

I would like to get the structures of all my tables m4_clients, m4_contacts
etc.

Help of pg_dump says :
  -t, --table=TABLE        dump this table only (* for all)

I have tried a :
pg_dump -U postgres -s --table=m4_* my_database
It's not give me any result ...

Neither than : (as the help says !? or I missed understand)
pg_dump -U postgres -s --table=* my_database

It's running only if I'm doing a :
pg_dump -U postgres -s --table=m4_clients my_database

Any idea for help ?

PostgreSQL v7.3.4 used !

Thanks !

Regards,
--
Hervé Piedvache

Elma Ingénierie Informatique
6 rue du Faubourg Saint-Honoré
F-75008 - Paris - France
Pho. 33-144949901
Fax. 33-144949902


pgsql-general by date:

Previous
From: James Thompson
Date:
Subject: Re: postgres metadata
Next
From: Josué Maldonado
Date:
Subject: Tweak postgresql ODBC driver