Re: [GENERAL] Pg database, need a solution to a problem

2005-01-30 Thread Lonni J Friedman
On Sun, 30 Jan 2005 11:56:04 -0500, Robert Treat <[EMAIL PROTECTED]> wrote: > On Friday 28 January 2005 15:42, Joshua D. Drake wrote: > > > Does anyone have any suggestions for how to get the > > > testcase id's and suite's replicated to the production > > > database with out touching the other tab

Re: [GENERAL] Pg database, need a solution to a problem

2005-01-30 Thread Robert Treat
On Friday 28 January 2005 15:42, Joshua D. Drake wrote: > > Does anyone have any suggestions for how to get the > > testcase id's and suite's replicated to the production > > database with out touching the other tables in there? > > I would just do a pg_dump on selected tables, but > > there are se

Re: [GENERAL] Pg database, need a solution to a problem

2005-01-28 Thread Joshua D. Drake
Does anyone have any suggestions for how to get the testcase id's and suite's replicated to the production database with out touching the other tables in there? I would just do a pg_dump on selected tables, but there are sequences in the DB for adding new suites, and testcases and I don't want th