From: | Jim Nasby <jnasby(at)pervasive(dot)com> |
---|---|
To: | alfranio correia junior <alfranio(at)lsd(dot)di(dot)uminho(dot)pt> |
Cc: | Markus Schiltknecht <markus(at)bluegap(dot)ch>, Christopher Browne <cbbrowne(at)acm(dot)org>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: standard interfaces for replication providers |
Date: | 2006-08-10 20:10:40 |
Message-ID: | 9524A401-E02B-48D6-ABAC-1B7CCED63B53@pervasive.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Aug 10, 2006, at 12:29 PM, alfranio correia junior wrote:
>> One of the great things about Oracle is that they expose a hell of
>> a lot
>> of the technology they use to build features like replication; ie:
>> take
>> a look at DBMS_*.
>>
> If I am not wrong such procedures are only for administrative purpose.
> For instance,
> we cannot insert things in a queue to be replicated.
No... things like DBMS_PIPE are just general tools that can be used
for anything. My point is that Oracle found they needed functionality
like that do provide a feature they were writing (such as
replication), and said "Well, if we need this, there's probably
others that need it too", so they made it all available. Granted,
they may use some internal interface to it that's faster, but they
still provided it to everyone.
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461
From | Date | Subject | |
---|---|---|---|
Next Message | Jim Nasby | 2006-08-10 20:34:09 | Re: 8.2 features status |
Previous Message | Joshua D. Drake | 2006-08-10 19:47:18 | Re: Win32 max connections bug (causing crashes) |