From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | Matthias Loitsch <m(at)tthias(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Foreign Keys Question |
Date: | 2005-04-13 17:00:49 |
Message-ID: | Pine.GSO.4.62.0504132059300.16872@ra.sai.msu.su |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Will inherits helps you ?
create table SITE_forum.t1 () inherits (SITE.t);
Oleg
On Wed, 13 Apr 2005, Matthias Loitsch wrote:
>
> First of all, hi. I'm new to this mailing list.
>
>
> I searched this on the net, but I didn't get any usable answers...
>
>
> So here's my problem:
>
> I have 2 schemas. One is called SITE, one SITE_forum.
>
> What I wanted, is to separate the forum from the whole Site db, so I can
> put them on different servers if I encounter performance problems or
> anything.
> So I started the SITE_forum schema, made all my tables, and realized,
> that I don't want to create the table users in the schema SITE_forum,
> because I want to use the exact same users than in the schema SITE.
>
> One possibility would be, to create 2 identic tables on both schemas,
> but that really really is not what I'd like to do.
>
> So I thought I could make a foreign key on a different Schema (db), and
> use the same table....
>
> And well, thats where I started to search if this is possible ... and,
> in fact my main question is: Is this a good idea?
> I have no idea if this will be fast enough, or if I will have lots of
> problems afterward....
>
> Could anyone help me with this ?
>
>
> Thanks in advance,
> Matthias Loitsch
>
>
>
>
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
From | Date | Subject | |
---|---|---|---|
Next Message | Jerry LeVan | 2005-04-13 17:21:41 | Postgresql 8.0.2 and Tiger? |
Previous Message | Alvaro Herrera | 2005-04-13 16:37:51 | Re: psql vs perl prepared inserts |