Re: Informix Schema -> PostgreSQL ?

Поиск
Список
Период
Сортировка
От Nis Jørgensen
Тема Re: Informix Schema -> PostgreSQL ?
Дата
Msg-id f6f814$eqq$1@sea.gmane.org
обсуждение исходный текст
Ответ на Re: Informix Schema -> PostgreSQL ?  (Adam Tauno Williams <adamtaunowilliams@gmail.com>)
Список pgsql-sql
Adam Tauno Williams skrev:
>> 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

pg_dump OGo -s -t enterprise | grep -v '^--$'

Nis



В списке pgsql-sql по дате отправления:

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: Re: Informix Schema -> PostgreSQL ?
Следующее
От: dBHS Jakarta
Дата:
Сообщение: Re: Query Problem from FoxPro???