Re: Foreign key constraint

From: Jie Liang <jliang(at)jliang(dot)ipinc(dot)com>
To: "Sivagami (dot)" <sivagami(at)worlddata(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Foreign key constraint
Date: 2000-12-12 18:36:03
Message-ID: Pine.BSF.4.21.0012121033570.25667-100000@jliang.ipinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Recovery try use:
pg_dump -t tbname -f outfile dbname
use vi erase f key from outfile,
drop old table, reload them.

Jie LIANG

Internet Products Inc.

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang(at)ipinc(dot)com
www.ipinc.com

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2000-12-12 21:17:04 Re: SQL parse error
Previous Message Jie Liang 2000-12-12 18:14:32 Re: plpgsql