Re: cant get pg_dump/pg_restore to behave

From: "Mike Frysinger" <vapier(dot)adi(at)gmail(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: cant get pg_dump/pg_restore to behave
Date: 2007-05-04 02:39:47
Message-ID: 8bd0f97a0705031939p746e7776r4a4dfee8d69dcc95@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/20/07, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Hmph. It should pretty much just work ... and there is *definitely* not
> any update command visible in the source code.

i dug deeper (like i should have in the first place) and the UPDATEs
are ok ... they're inside of functions which get triggered on events

> If there's not anything confidential about your schema, could you send
> me the output of "pg_dump -s" on the problem database? Maybe seeing a
> fuller picture will yield a clue.

the schema shouldnt be a problem ... just the data :)

thanks for any insight ... ive pretty lost ;(
-mike

Attachment Content-Type Size
gforge.schema.bz2 application/x-bzip2 12.5 KB

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2007-05-04 03:08:29 Re: varchar as primary key
Previous Message Tom Lane 2007-05-04 02:31:36 Re: Separating function privileges from tables