Обсуждение: pg_filedump for 9.0?

Поиск
Список
Период
Сортировка

pg_filedump for 9.0?

От
Tatsuo Ishii
Дата:
Hi,

Does anybody know if pg_filedump for PostgreSQL 9.0 already exists?
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


Re: pg_filedump for 9.0?

От
Tom Lane
Дата:
Tatsuo Ishii <ishii@postgresql.org> writes:
> Does anybody know if pg_filedump for PostgreSQL 9.0 already exists?

It's on my todo list to look at that, but right now I would think
that it doesn't need any changes since 8.4.
        regards, tom lane


Re: pg_filedump for 9.0?

От
Devrim GÜNDÜZ
Дата:
On Tue, 2010-10-05 at 10:12 -0400, Tom Lane wrote:
> > Does anybody know if pg_filedump for PostgreSQL 9.0 already exists?
>
> It's on my todo list to look at that, but right now I would think
> that it doesn't need any changes since 8.4.

Is there a test suite or so ? I can give it a try while building RPMs.
--
Devrim GÜNDÜZ
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
PostgreSQL RPM Repository: http://yum.pgrpms.org
Community: devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

Re: pg_filedump for 9.0?

От
Alvaro Herrera
Дата:
Excerpts from Devrim GÜNDÜZ's message of mar oct 05 10:16:45 -0400 2010:
> On Tue, 2010-10-05 at 10:12 -0400, Tom Lane wrote:
> > > Does anybody know if pg_filedump for PostgreSQL 9.0 already exists?
> > 
> > It's on my todo list to look at that, but right now I would think
> > that it doesn't need any changes since 8.4.
> 
> Is there a test suite or so ? I can give it a try while building RPMs.

I don't think there's a test suite.  Just run it over some file and see
if it likes it :-)
-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


Re: pg_filedump for 9.0?

От
Alvaro Herrera
Дата:
Excerpts from Alvaro Herrera's message of mar oct 05 12:15:45 -0400 2010:
> Excerpts from Devrim GÜNDÜZ's message of mar oct 05 10:16:45 -0400 2010:
> > On Tue, 2010-10-05 at 10:12 -0400, Tom Lane wrote:
> > > > Does anybody know if pg_filedump for PostgreSQL 9.0 already exists?
> > > 
> > > It's on my todo list to look at that, but right now I would think
> > > that it doesn't need any changes since 8.4.
> > 
> > Is there a test suite or so ? I can give it a try while building RPMs.
> 
> I don't think there's a test suite.  Just run it over some file and see
> if it likes it :-)

I just tried it (the 8.4 version) and it works fine, at least for a heap
file.  Didn't try an index.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support