| From: | "Jonathan Villa" <jvilla(at)innovativesource(dot)net> |
|---|---|
| To: | "pgsql-general" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Upgrading from 7.1 |
| Date: | 2005-07-28 00:42:43 |
| Message-ID: | 14455.207.145.29.122.1122511363.squirrel@mail.innovativesource.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Interesting, How would I specify the order of the tables on the commandline
To Thomas: I decided to separate the schema/data export/import to make sure the
schema was at least being created correctly...
How can I export one table by itself? Not just table, but a view/trigger, etc... Is
it even possible to export them separately?
-Jonathan
<quote who="Chris Travers">
> Thomas F. O'Connell wrote:
>
>>
>>
>> Jonathan,
>>
>> The implicit indexes are no big deal; they're just a sign of indexes
>> getting created by PRIMARY KEYs on your tables.
>>
>> I'm not sure why you're getting errors. Is there a reason you did the
>> schema dump separately from the data dump rather than a monolithic
>> dump/restore?
>>
> I seem to remember encountering an issue some time ago with pg_dump
> dumping tables in an order that prevented them from being reloaded.
>
> The solution was to specify the order of the tables in the commandline.
>
> Hope this helps.
> Chris Travers
> Metatron Technology Consulting
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2005-07-28 00:50:48 | Re: Bad plan when null is in an "in" list |
| Previous Message | Alvaro Herrera | 2005-07-28 00:28:10 | Re: transaction timeout |