newbie questions - Mailing list pgsql-admin

From Xue-Feng Yang
Subject newbie questions
Date
Msg-id 20021015131317.97890.qmail@web20513.mail.yahoo.com
Whole thread Raw
In response to Re: password encryption  (Joe Conway <mail@joeconway.com>)
List pgsql-admin
Are there the following SQL commands in psotgreSQL?

ALTER TABLE CATALOGITEM_LNK ADD
  CONSTRAINT PK_CATALOGITEM_LNK PRIMARY KEY(catalogid,
itemid);

ALTER TABLE CATALOGITEM_LNK ADD
  CONSTRAINT FK_CATALOGITEM_LNK_CATALOG FOREIGN KEY
  (catalogid) REFERENCES CATALOG(id);


______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca

pgsql-admin by date:

Previous
From: Michael Sheldon
Date:
Subject: Trouble dumping "backing up" in 7.1.3
Next
From: "Mauricio"
Date:
Subject: Re: newbie questions