From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | gayathri jayapal <jgayathrisen(at)yahoo(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org |
Subject: | Re: [GENERAL] clarififcation |
Date: | 2007-02-15 17:49:46 |
Message-ID: | 45D49D3A.9090808@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
gayathri jayapal wrote:
> Hai,
>
> I started working on postgresql, I want to know how to write the "
> connect by" clause of oracle. My problem is i have a table with id,
> parent id. In same table i will insert the record with parent id as
> previous row id. I want fetch the records in the hierarchy. how do i
> do it.
If you installed from source, look in .../contrib/tablefunc/ for an
installable connectby() function. If you installed by package, there is
usually one or more additional packages containing the contrib stuff.
> Pls help me. I want to get in touch with developers and then i need
> to try multi master replication also.
There are no pre-packaged multi-master replication solutions at the
moment. The first thing you'll have to do in building such a solution is
decide on how you want to deal with conflicting updates.
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Ray Stell | 2007-02-15 18:01:43 | Re: rename a cluster |
Previous Message | Peter Eisentraut | 2007-02-15 17:36:23 | Re: rename a cluster |
From | Date | Subject | |
---|---|---|---|
Next Message | Ted | 2007-02-15 17:54:14 | Re: backup database by cloning itself |
Previous Message | Demian Lessa | 2007-02-15 17:26:37 | Re: Constraint enforcement |