Search Postgresql Archives

Re: FW: Getting information about sequences

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Forums @ Existanze" <forums@xxxxxxxxxxxxx> writes:
> We are creating a jdbc backup solution that does NOT require the pgdump
> program. 

In heaven's name, WHY?

Do you have any idea how much future pain you are setting yourself up
for?  pg_dump changes with every PG release to deal with new features
and changes in the system catalogs.  Read the CVS logs for pg_dump for
the past few years, then ask yourself if you really want to buy into a
comparable amount of ongoing maintenance effort.

You'd be way better off just invoking pg_dump as a subprocess.  If there
are specific features you need that pg_dump doesn't have (eg, dumping
just selected tables) consider helping to add them.

			regards, tom lane


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux