Re: Informix Schema -> PostgreSQL ?
| От | Adam Tauno Williams |
|---|---|
| Тема | Re: Informix Schema -> PostgreSQL ? |
| Дата | |
| Msg-id | 1183505743.4127.3.camel@aleph.whitemice.org обсуждение |
| Ответ на | Re: Informix Schema -> PostgreSQL ? (Scott Marlowe <smarlowe@g2switchworks.com>) |
| Ответы |
Re: Informix Schema -> PostgreSQL ?
Re: Informix Schema -> PostgreSQL ? |
| Список | pgsql-sql |
> pg_dump dbname -s -t tableorindexname
[Also an Informix DBA] Is there a way to tweak the output of pg_dump
when used in this manner to omit the verbose commentary.
$ pg_dump OGo -s -t enterprise
....
--
-- Name: unique_enterprise_login; Type: INDEX; Schema: public; Owner:
OGo; Tablespace:
--
CREATE UNIQUE INDEX unique_enterprise_login ON enterprise USING btree
("login");
The "--" lines just eats up screen real estate.
--
Adam Tauno Williams, Network & Systems Administrator
Consultant - http://www.whitemiceconsulting.com
Developer - http://www.opengroupware.org
В списке pgsql-sql по дате отправления: