Re: dump / restore functionality - Mailing list pgsql-hackers

From Markus Schaber
Subject Re: dump / restore functionality
Date
Msg-id 4507D6DD.3030003@logix-tt.com
Whole thread Raw
In response to Re: dump / restore functionality  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Lock partitions
Next
From: Teodor Sigaev
Date:
Subject: GIN documentation