Re: Schema Archive cant find table

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: trex005 <trex005(at)gmail(dot)com>
Subject: Re: Schema Archive cant find table
Date: 2011-02-19 21:48:07
Message-ID: 201102191348.08557.adrian.klaver@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 verbose output?

>
> 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 servers, and I get :
> pg_dump: No matching tables were found
>
> Any help?
>
> Second question

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2011-02-19 22:23:03 Re: problematic view definition
Previous Message deepak 2011-02-19 21:30:42 Re: Building extensions on Windows using VS2008