Re: Upgrading from 7.1

Поиск
Список
Период
Сортировка
От Jonathan Villa
Тема Re: Upgrading from 7.1
Дата
Msg-id 14455.207.145.29.122.1122511363.squirrel@mail.innovativesource.net
обсуждение исходный текст
Ответ на Re: Upgrading from 7.1  (Chris Travers <chris@travelamericas.com>)
Ответы Re: Upgrading from 7.1  (Chris Travers <chris@metatrontech.com>)
Список 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
>



В списке pgsql-general по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Upgrading from 7.1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bad plan when null is in an "in" list