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 ?  ("Jaime Casanova" <systemguards@gmail.com>)
Re: Informix Schema -> PostgreSQL ?  (Nis Jørgensen <nis@superlativ.dk>)
Список 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 по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Iterate and write a previous row to a temp table?
Следующее
От: "Jaime Casanova"
Дата:
Сообщение: Re: Informix Schema -> PostgreSQL ?