Re: dump / restore functionality

From: Markus Schaber <schabi(at)logix-tt(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: dump / restore functionality
Date: 2006-09-13 10:01:01
Message-ID: 4507D6DD.3030003@logix-tt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, Tom,

Tom Lane wrote:

> AFAIR what was discussed was separating
> - schema stuff needed before loading data
> - table data
> - schema stuff needed after loading data
> where the last category boils down to "indexes and then foreign keys".
> All the "other stuff" such as functions really needs to be in the
> first part ... or at least there's no visible benefit to delaying
> loading it.

I agree, it has to be in the first part, especially as data types and
input functions needed for the table definitions and table data may be
defined therein.

HTH,
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Teodor Sigaev 2006-09-13 10:24:40 GIN documentation
Previous Message Simon Riggs 2006-09-13 09:22:17 Re: Lock partitions