Re: [HACKERS] patch for allowing multiple -t options to pg_dump

2004-07-23 Thread Bruce Momjian
His patch has multiple -t options and -T. --- Andreas Joseph Krogh wrote: -- Start of PGP signed section. > On Tuesday 20 July 2004 05:54, Bruce Momjian wrote: > > Looks like someone else also just submitted the same patch,

Re: [HACKERS] patch for allowing multiple -t options to pg_dump

2004-07-23 Thread Andreas Joseph Krogh
On Tuesday 20 July 2004 05:54, Bruce Momjian wrote: > Looks like someone else also just submitted the same patch, except with > a -T option to exclude tables. I will consider that version instead. I can certainly see how that -T option is valuable, but I think multiple -t options also make sense

Re: [HACKERS] patch for allowing multiple -t options to pg_dump

2004-07-19 Thread Bruce Momjian
Looks like someone else also just submitted the same patch, except with a -T option to exclude tables. I will consider that version instead. --- Andreas Joseph Krogh wrote: [ PGP not available, raw data follows ] > -BEGI

Re: [HACKERS] patch for allowing multiple -t options to pg_dump

2004-07-12 Thread Andreas Joseph Krogh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Scott Marlowe wrote: | On Sun, 2004-07-11 at 19:00, Bruce Momjian wrote: | |>Andreas Joseph Krogh wrote: |>[ PGP not available, raw data follows ] |> |>>-BEGIN PGP SIGNED MESSAGE- |>>Hash: SHA1 |>> |>>Hi, I've prepared a patch(against CVS HEAD o

Re: [HACKERS] patch for allowing multiple -t options to pg_dump

2004-07-11 Thread Scott Marlowe
On Sun, 2004-07-11 at 19:00, Bruce Momjian wrote: > Andreas Joseph Krogh wrote: > [ PGP not available, raw data follows ] > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Hi, I've prepared a patch(against CVS HEAD of today) to pg_dump.c to > > make pg_dump understand multiple -t optio

Re: [HACKERS] patch for allowing multiple -t options to pg_dump

2004-07-11 Thread Bruce Momjian
Andreas Joseph Krogh wrote: [ PGP not available, raw data follows ] > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, I've prepared a patch(against CVS HEAD of today) to pg_dump.c to > make pg_dump understand multiple -t options for dumping multiple tables > in one command. > Eks: > pg_dum

[HACKERS] patch for allowing multiple -t options to pg_dump

2004-07-09 Thread Andreas Joseph Krogh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've prepared a patch(against CVS HEAD of today) to pg_dump.c to make pg_dump understand multiple -t options for dumping multiple tables in one command. Eks: pg_dump -t table1 -t table2 -t table3 The patch is here: http://home.officenet.no/~andreak