Ron St-Pierre wrote:[color=blue]
> Bruce Momjian wrote:
>[color=green]
> >Glen Parker wrote:
> >
> >[color=darkred]
> >>Since pg_dump will be allowing multiple -t <table> parameters for 8.0, here
> >>is a related feature request.
> >>
> >>[/color]
> >
> >Nope, didn't make it into 8.0.
> >
> >
> >[color=darkred]
> >>A similar option (allowing multiples also) to EXCLUDE tables, so we can do a
> >>dump of the entire database minus a few tables.
> >>
> >>[/color]
> >
> >Yes, we have talked about that.
> >
> >
> >[/color]
> This would be a big plus for one of our projects too. Is it on some TODO
> list for a future release?[/color]
No, we have:
* Allow pg_dump to use multiple -t and -n switches
This should be done by allowing a '-t schema.table' syntax.
but that doesn't have the exclude option. We had a patch that
implemented an exclude but got confused over how it would interact with
the schema switch and stuff. However, with the new '-t schema.table'
syntax we might be able to get it working.
--
Bruce Momjian |
http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match