Re: [GENERAL] Schema Archive cant find table

2011-02-21 Thread Vibhor Kumar
On Feb 18, 2011, at 9:10 PM, trex005 wrote: > I am trying to archive a schema, however there is a certain table that > gets skipped with pd_dump > > The table's name is 'servers'. I checked to see if it is a reserved > word, and it does not appear to be... > > Thinking I was missing something

Re: [GENERAL] Schema Archive cant find table

2011-02-19 Thread Adrian Klaver
On Friday, February 18, 2011 7:40:59 am trex005 wrote: > I am trying to archive a schema, however there is a certain table that > gets skipped with pd_dump What does the log file show when you do the dump? Any output to the screen when the dump is being run? If not maybe run with -v switch to get

Re: [GENERAL] Schema Archive cant find table

2011-02-19 Thread Andy Colson
On 02/19/2011 08:03 AM, Raymond O'Donnell wrote: On 18/02/2011 15:40, trex005 wrote: I am trying to archive a schema, however there is a certain table that gets skipped with pd_dump The table's name is 'servers'. I checked to see if it is a reserved word, and it does not appear to be... Thinki

Re: [GENERAL] Schema Archive cant find table

2011-02-19 Thread Raymond O'Donnell
On 18/02/2011 15:40, trex005 wrote: I am trying to archive a schema, however there is a certain table that gets skipped with pd_dump The table's name is 'servers'. I checked to see if it is a reserved word, and it does not appear to be... Thinking I was missing something I tried using -t serve