Re: GUID for postgreSQL - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: GUID for postgreSQL
Date
Msg-id 20050727233531.GQ1832@alvh.no-ip.org
Whole thread Raw
In response to Re: GUID for postgreSQL  (Tony Caduto <tony_caduto@amsoftwaredesign.com>)
Responses Re: GUID for postgreSQL
List pgsql-general
On Wed, Jul 27, 2005 at 05:40:11PM -0500, Tony Caduto wrote:
> Use Dblink and do a select off of a sequence on just one of the boxes?
> You could set up a view that uses DBlink on all the boxes that points to
> the master seq box.
>
> should work.

It'll make the whole thing painfully slow.

--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
<inflex> really, I see PHP as like a stange amalgamation of C, Perl, Shell
<crab> inflex: you know that "amalgam" means "mixture with mercury",
       more or less, right?
<crab> i.e., "deadly poison"

pgsql-general by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: duplicate messages?
Next
From: John DeSoi
Date:
Subject: Re: GUID for postgreSQL