pg_dumplo schema support

From: Karel Zak <kzak(at)redhat(dot)com>
To: List pgsql-patches <pgsql-patches(at)postgreSQL(dot)org>
Subject: pg_dumplo schema support
Date: 2004-11-23 16:58:01
Message-ID: 1101229083.6377.140.camel@fixzilla
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Hi,

it looks users still use pg_dumplo from contrib tree:

On Thu, 2004-11-18 at 17:45 +0100, Düster Horst wrote:
> Hallo Karel
>
> I tried to use your pg_dumplo but it seems, that the version
> contributed with pg-7.4.5 does not support schemas.

here is a patch with:

* support absolute paths in dump index
* support for schemas
* queries to catalog uses "pg_catalog." prefix
* default directory is $PWD or "."
* check index file format
* schema support is backward compatible (default schema is "public")

Maybe it's too late for 8.0, but I think nobody test it during beta
releases. I tested it now with this patch and it works for me. If you
think that 8.1 will better, please apply it to 8.1.

Thanks,
Karel

--
Karel Zak <kzak(at)redhat(dot)com>

Attachment Content-Type Size
pg_dumplo-schema-11232004.patch.gz application/x-gzip 3.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-11-23 17:38:57 Re: htmlhelp generation
Previous Message Tom Lane 2004-11-23 16:37:22 Re: another plperl bug