Re: how do you set foriegn keys in pgaccess?

From: Richard Huxton <dev(at)archonet(dot)com>
To: jeremy ` <norman1nz(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how do you set foriegn keys in pgaccess?
Date: 2005-06-09 07:58:34
Message-ID: 42A7F6AA.2040307@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

jeremy ` wrote:
> I am a bit of a newbie to postgres, but I managed to install 8.0.4 on my
> windows box and it mostly appears to be working fine;
> I can set a primary key constraint, but when i try to set the foreign
> key it requires a 'reference' - but there is nothing there to chose from.
>
> I also have another query:
> How do you export the database tables and relationships etc? I found a
> pg_dump command in help and I am guessing this I what i need but where
> do I enter this command in pgaccess?
>
> Also how do you input existing SQL script into postgres?

Well, pg_dump and psql are command-line tools that are very flexible
parts of your toolkit. They are described quite extensively in the
manuals, and these should have been installed as HTML on your system.

Also - are you sure you're using pgaccess and not pgadmin - both are
graphical tools for PG, but I though pgadmin was installed by default on
Windows.

--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Changyu Dong 2005-06-09 08:10:15 Re: how do you set foriegn keys in pgaccess?
Previous Message Richard Huxton 2005-06-09 07:52:40 Strange transaction-id behaviour? (was Re: Two updates problem)