On Thu, 27 Jan 2005 18:47:44 +0530, Sandeep Gaikwad <sgaikwad@xxxxxxxxxxxx> wrote: > Hi, > I am using postgres 7.3.4. I am new to postgres. > I can give foreign key relationship between two tables of same database. Can I give foreign key relationship between tables of two databases ? Plz, let me know if possible & send me how can I do that? Well... what you can do is replicate such table between two pg databases using Slony-I and then use foreign key on this replicated table. Regards, Dawid ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend