Thread: List of PostgreSQL Forks

List of PostgreSQL Forks

From
Josh Berkus
Date:
All,

Time for me to update this for a presentation at West.  Does anyone know
of others than the list below?

OSS:

PostgresForest
PostGIS (not really a fork anymore)
SE-Postgres
Postgres-R
Mammoth (is this a fork anymore?)

Proprietary:

Miro'
Montage
Illustra
Informix
Netezza
Greenplum
Paraccel
Truviso
Vertica (client libs only, we think)
Yahoo DW
Aster Data
Fujitsu Supported Postgres
EDB Advanced Server

--
Josh Berkus
PostgreSQL Experts Inc.
www.pgexperts.com

Re: List of PostgreSQL Forks

From
Devrim GÜNDÜZ
Date:
On Tue, 2009-09-29 at 10:40 -0700, Josh Berkus wrote:
> PostGIS (not really a fork anymore)

It is not a fork -- it is an addon.
--
Devrim GÜNDÜZ, RHCE
Command Prompt - http://www.CommandPrompt.com
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

Attachment

Re: List of PostgreSQL Forks

From
Alvaro Herrera
Date:
Josh Berkus wrote:

> Mammoth (is this a fork anymore?)

Yes, it's still a fork.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

Re: List of PostgreSQL Forks

From
elein
Date:
Informix 9 was not a fork but a re-write of OR features
added into the regular informix line.

On Sep 29, 2009, at 10:40 AM, Josh Berkus wrote:

> All,
>
> Time for me to update this for a presentation at West.  Does anyone
> know
> of others than the list below?
>
> OSS:
>
> PostgresForest
> PostGIS (not really a fork anymore)
> SE-Postgres
> Postgres-R
> Mammoth (is this a fork anymore?)
>
> Proprietary:
>
> Miro'
> Montage
> Illustra
> Informix
> Netezza
> Greenplum
> Paraccel
> Truviso
> Vertica (client libs only, we think)
> Yahoo DW
> Aster Data
> Fujitsu Supported Postgres
> EDB Advanced Server
>
> --
> Josh Berkus
> PostgreSQL Experts Inc.
> www.pgexperts.com
>
> --
> Sent via pgsql-advocacy mailing list (pgsql-advocacy@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-advocacy
>

elein
elein@varlena.com





Re: List of PostgreSQL Forks

From
David Fetter
Date:
On Tue, Sep 29, 2009 at 10:40:38AM -0700, Josh Berkus wrote:
> All,
>
> Time for me to update this for a presentation at West.  Does anyone know
> of others than the list below?
> PostGIS (not really a fork anymore)

I don't think PostGIS was ever a fork.

> Proprietary:
>
> Miro'
> Montage
> Illustra
> Informix
> Netezza
> Greenplum
> Paraccel
> Truviso
> Vertica (client libs only, we think)
> Yahoo DW
> Aster Data
> Fujitsu Supported Postgres
> EDB Advanced Server

Everest used components from PostgreSQL.

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Re: List of PostgreSQL Forks

From
Devrim GÜNDÜZ
Date:
On Tue, 2009-09-29 at 11:30 -0700, Josh Berkus wrote:
>
> Since the addon changes the license, I think it's technically a fork.

Which license? Both parts are BSD licensed.

> However, my point is more that PostGIS *used* to be a fork, even
> though it's merged now.

Well, I have been in PostGIS project for about 5-6 years, and I don't
recall that it was a fork even then -- but I may be wrong.
--
Devrim GÜNDÜZ, RHCE
Command Prompt - http://www.CommandPrompt.com
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

Attachment

Re: List of PostgreSQL Forks

From
Devrim GÜNDÜZ
Date:
On Tue, 2009-09-29 at 13:58 -0700, Josh Berkus wrote:
> > Which license? Both parts are BSD licensed.
>
> Huh?  PostGIS has always been GPL.  Otherwise we'd be distributing it
> with the core code.

Right, sorry.
--
Devrim GÜNDÜZ, RHCE
Command Prompt - http://www.CommandPrompt.com
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

Attachment

Re: List of PostgreSQL Forks

From
Tatsuo Ishii
Date:
> All,
>
> Time for me to update this for a presentation at West.  Does anyone know
> of others than the list below?
>
> OSS:
>
> PostgresForest

This is a middle ware, very much like pgpool-II or Slony-I, no?

If you list PostgresForest in this category, you might want to list
pgpool-II, Slony-I and PGCluster as well. I think PGCluster uses
modified PostgreSQL backend, but non of rest uses modified PostgreSQL
backend.

> PostGIS (not really a fork anymore)
> SE-Postgres
> Postgres-R
> Mammoth (is this a fork anymore?)
>
> Proprietary:
>
> Miro'
> Montage
> Illustra
> Informix
> Netezza
> Greenplum
> Paraccel
> Truviso
> Vertica (client libs only, we think)
> Yahoo DW
> Aster Data
> Fujitsu Supported Postgres
> EDB Advanced Server

PowerGres
--
Tatsuo Ishii
SRA OSS, Inc. Japan

Re: List of PostgreSQL Forks

From
"Satoshi Nagayasu"
Date:
PostgresForest is a fork of the JDBC driver, not from the backend code.

------元のメッセージ------
送信者 : Tatsuo Ishii
To: josh@agliodbs.com
Cc:pgsql-advocacy@postgresql.org
Cc:satoshi.nagayasu@gmail.com
件名: Re: [pgsql-advocacy] List of PostgreSQL Forks
送信: 2009/9/30 9:26 AM

> All,
>
> Time for me to update this for a presentation at West.  Does anyone know
> of others than the list below?
>
> OSS:
>
> PostgresForest

This is a middle ware, very much like pgpool-II or Slony-I, no?

If you list PostgresForest in this category, you might want to list
pgpool-II, Slony-I and PGCluster as well. I think PGCluster uses
modified PostgreSQL backend, but non of rest uses modified PostgreSQL
backend.

> PostGIS (not really a fork anymore)
> SE-Postgres
> Postgres-R
> Mammoth (is this a fork anymore?)
>
> Proprietary:
>
> Miro'
> Montage
> Illustra
> Informix
> Netezza
> Greenplum
> Paraccel
> Truviso
> Vertica (client libs only, we think)
> Yahoo DW
> Aster Data
> Fujitsu Supported Postgres
> EDB Advanced Server

PowerGres
--
Tatsuo Ishii
SRA OSS, Inc. Japan



Re: List of PostgreSQL Forks

From
"Paragon Corporation"
Date:
Guys,

Your idea of calling PostGIS a sort of fork seems a little odd.  Isn't' that
like calling any GPL software you use within your database a fork. PostGIS
doesn't even do anything by itself.

On a side note --  I would like to say there are other reasons PostGIS is
not included in the PostgreSQL core besides the GPL license. We had
discussed this a while back and even if we were to go BSD, we would not want
to be included in the core because it would tie our release cycle too
closely to the PostgreSQL release cycle and our PostGIS versions to a
PostgreSQL specific version.  As a community we like our freedom of
releasing when we feel it is necessary to do so without having to worry so
much about what the PostgreSQL side of the fence is doing.  This may change
as we mature, but that's the way it stands.

Paul, Mark and Kevin can correct me if I am wrong in my statements.

Thanks,
Regina

-----Original Message-----
From: pgsql-advocacy-owner@postgresql.org
[mailto:pgsql-advocacy-owner@postgresql.org] On Behalf Of Devrim GÜNDÜZ
Sent: Tuesday, September 29, 2009 5:04 PM
To: Josh Berkus
Cc: pgsql-advocacy@postgresql.org
Subject: Re: [pgsql-advocacy] List of PostgreSQL Forks

On Tue, 2009-09-29 at 13:58 -0700, Josh Berkus wrote:
> > Which license? Both parts are BSD licensed.
>
> Huh?  PostGIS has always been GPL.  Otherwise we'd be distributing it
> with the core code.

Right, sorry.
--
Devrim GÜNDÜZ, RHCE
Command Prompt - http://www.CommandPrompt.com devrim~gunduz.org,
devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.gunduz.org
Twitter: http://twitter.com/devrimgunduz



Re: List of PostgreSQL Forks

From
"Joshua D. Drake"
Date:
On Tue, 2009-09-29 at 20:39 -0400, Paragon Corporation wrote:
> Guys,
>
> Your idea of calling PostGIS a sort of fork seems a little odd.  Isn't' that
> like calling any GPL software you use within your database a fork. PostGIS
> doesn't even do anything by itself.

PostGIS is not a fork. Not sure where that idea comes from.

Joshua D. Drake

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
If the world pushes look it in the eye and GRR. Then push back harder. - Salamander

Re: List of PostgreSQL Forks

From
Magnus Hagander
Date:
2009/9/30 Tatsuo Ishii <ishii@postgresql.org>:
>> All,
>>
>> Time for me to update this for a presentation at West.  Does anyone know
>> of others than the list below?
>>
>> OSS:
>>
>> PostgresForest
>
> This is a middle ware, very much like pgpool-II or Slony-I, no?
>
> If you list PostgresForest in this category, you might want to list
> pgpool-II, Slony-I and PGCluster as well. I think PGCluster uses
> modified PostgreSQL backend, but non of rest uses modified PostgreSQL
> backend.

PGCluster is definitely a fork.


--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Re: List of PostgreSQL Forks

From
"Joshua D. Drake"
Date:
On Tue, 2009-09-29 at 20:39 -0400, Paragon Corporation wrote:
> Guys,
>
> Your idea of calling PostGIS a sort of fork seems a little odd.  Isn't' that
> like calling any GPL software you use within your database a fork. PostGIS
> doesn't even do anything by itself.

PostGIS is not a fork. Not sure where that idea comes from.

Joshua D. Drake

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
If the world pushes look it in the eye and GRR. Then push back harder. - Salamander


Re: List of PostgreSQL Forks

From
Ron Mayer
Date:
Josh Berkus wrote:
> All,
>
> Time for me to update this for a presentation at West.  Does anyone know
> of others than the list below?
>
> OSS:

HadoopDB ? - http://db.cs.yale.edu/hadoopdb/hadoopdb.html


> PostgresForest
> PostGIS (not really a fork anymore)
> SE-Postgres
> Postgres-R
> Mammoth (is this a fork anymore?)
>
> Proprietary:
>
> Miro'
> Montage
> Illustra
> Informix
> Netezza
> Greenplum
> Paraccel
> Truviso
> Vertica (client libs only, we think)
> Yahoo DW
> Aster Data
> Fujitsu Supported Postgres
> EDB Advanced Server
>


Re: List of PostgreSQL Forks

From
Peter Eisentraut
Date:
On Wed, 2009-09-30 at 04:05 -0700, Ron Mayer wrote:
> Josh Berkus wrote:
> > All,
> >
> > Time for me to update this for a presentation at West.  Does anyone know
> > of others than the list below?
> >
> > OSS:
>
> HadoopDB ? - http://db.cs.yale.edu/hadoopdb/hadoopdb.html

HadoopDB just like Aster's product isn't actually a fork but a piece of
software running on top of one or more unmodified PostgreSQL instances.
It's basically a very, very, very smart pgpool.



Re: List of PostgreSQL Forks

From
Tatsuo Ishii
Date:
> 2009/9/30 Tatsuo Ishii <ishii@postgresql.org>:
> >> All,
> >>
> >> Time for me to update this for a presentation at West.  Does anyone know
> >> of others than the list below?
> >>
> >> OSS:
> >>
> >> PostgresForest
> >
> > This is a middle ware, very much like pgpool-II or Slony-I, no?
> >
> > If you list PostgresForest in this category, you might want to list
> > pgpool-II, Slony-I and PGCluster as well. I think PGCluster uses
> > modified PostgreSQL backend, but non of rest uses modified PostgreSQL
> > backend.
>
> PGCluster is definitely a fork.

That's what I was saying, I think. More precisely,

PGCluster = modified(forked)PostgreSQL + modified pgpool
--
Tatsuo Ishii
SRA OSS, Inc. Japan

Re: List of PostgreSQL Forks

From
"Joshua D. Drake"
Date:
On Wed, 2009-09-30 at 14:21 +0300, Peter Eisentraut wrote:
> On Wed, 2009-09-30 at 04:05 -0700, Ron Mayer wrote:
> > Josh Berkus wrote:
> > > All,
> > >
> > > Time for me to update this for a presentation at West.  Does anyone know
> > > of others than the list below?
> > >
> > > OSS:
> >
> > HadoopDB ? - http://db.cs.yale.edu/hadoopdb/hadoopdb.html
>
> HadoopDB just like Aster's product isn't actually a fork but a piece of
> software running on top of one or more unmodified PostgreSQL instances.
> It's basically a very, very, very smart pgpool.

That's an understatement from what I can tell :)

>
>
>
--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
If the world pushes look it in the eye and GRR. Then push back harder. - Salamander

Re: List of PostgreSQL Forks

From
Paul Ramsey
Date:
Yes, strange definition. PostGIS is an add-on to PostgreSQL that uses
the extensions points PostgreSQL defines. It's not a modified copy of
PostgreSQL (a fork) and never was, it's always been built as an add-
on, using the ./contrib tree as a model.

On Sep 29, 5:39 pm, l...@pcorp.us ("Paragon Corporation") wrote:
> Guys,
>
> Your idea of calling PostGIS a sort of fork seems a little odd.  Isn't' that
> like calling any GPL software you use within your database a fork. PostGIS
> doesn't even do anything by itself.
>
> On a side note --  I would like to say there are other reasons PostGIS is
> not included in thePostgreSQLcore besides the GPL license. We had
> discussed this a while back and even if we were to go BSD, we would not want
> to be included in the core because it would tie our release cycle too
> closely to thePostgreSQLrelease cycle and our PostGIS versions to aPostgreSQLspecific version.  As a community we
likeour freedom of 
> releasing when we feel it is necessary to do so without having to worry so
> much about what thePostgreSQLside of the fence is doing.  This may change
> as we mature, but that's the way it stands.
>
> Paul, Mark and Kevin can correct me if I am wrong in my statements.
>
> Thanks,
> Regina
>
>
>
> -----Original Message-----
> From: pgsql-advocacy-ow...@postgresql.org
>
> [mailto:pgsql-advocacy-ow...@postgresql.org] On Behalf Of Devrim GÜNDÜZ
> Sent: Tuesday, September 29, 2009 5:04 PM
> To: Josh Berkus
> Cc: pgsql-advoc...@postgresql.org
> Subject: Re: [pgsql-advocacy]ListofPostgreSQLForks
>
> On Tue, 2009-09-29 at 13:58 -0700, Josh Berkus wrote:
> > > Which license? Both parts are BSD licensed.
>
> > Huh?  PostGIS has always been GPL.  Otherwise we'd be distributing it
> > with the core code.
>
> Right, sorry.
> --
> Devrim GÜNDÜZ, RHCE
> Command Prompt -http://www.CommandPrompt.comdevrim~gunduz.org,
> devrim~PostgreSQL.org, devrim.gunduz~linux.org.trhttp://www.gunduz.org
> Twitter:http://twitter.com/devrimgunduz
>
> --
> Sent via pgsql-advocacy mailinglist(pgsql-advoc...@postgresql.org)
> To make changes to your subscription:http://www.postgresql.org/mailpref/pgsql-advocacy


Re: List of PostgreSQL Forks

From
Tatsuo Ishii
Date:
> All,
>
> Time for me to update this for a presentation at West.  Does anyone know
> of others than the list below?
>
> OSS:
>
> PostgresForest

This is a middle ware, very much like pgpool-II or Slony-I, no?

If you list PostgresForest in this category, you might want to list
pgpool-II, Slony-I and PGCluster as well. I think PGCluster uses
modified PostgreSQL backend, but non of rest uses modified PostgreSQL
backend.

> PostGIS (not really a fork anymore)
> SE-Postgres
> Postgres-R
> Mammoth (is this a fork anymore?)
>
> Proprietary:
>
> Miro'
> Montage
> Illustra
> Informix
> Netezza
> Greenplum
> Paraccel
> Truviso
> Vertica (client libs only, we think)
> Yahoo DW
> Aster Data
> Fujitsu Supported Postgres
> EDB Advanced Server

PowerGres
--
Tatsuo Ishii
SRA OSS, Inc. Japan

Re: List of PostgreSQL Forks

From
Tatsuo Ishii
Date:
> 2009/9/30 Tatsuo Ishii <ishii@postgresql.org>:
> >> All,
> >>
> >> Time for me to update this for a presentation at West.  Does anyone know
> >> of others than the list below?
> >>
> >> OSS:
> >>
> >> PostgresForest
> >
> > This is a middle ware, very much like pgpool-II or Slony-I, no?
> >
> > If you list PostgresForest in this category, you might want to list
> > pgpool-II, Slony-I and PGCluster as well. I think PGCluster uses
> > modified PostgreSQL backend, but non of rest uses modified PostgreSQL
> > backend.
>
> PGCluster is definitely a fork.

That's what I was saying, I think. More precisely,

PGCluster = modified(forked)PostgreSQL + modified pgpool
--
Tatsuo Ishii
SRA OSS, Inc. Japan

Re: List of PostgreSQL Forks

From
"Joshua D. Drake"
Date:
On Wed, 2009-09-30 at 14:21 +0300, Peter Eisentraut wrote:
> On Wed, 2009-09-30 at 04:05 -0700, Ron Mayer wrote:
> > Josh Berkus wrote:
> > > All,
> > >
> > > Time for me to update this for a presentation at West.  Does anyone know
> > > of others than the list below?
> > >
> > > OSS:
> >
> > HadoopDB ? - http://db.cs.yale.edu/hadoopdb/hadoopdb.html
>
> HadoopDB just like Aster's product isn't actually a fork but a piece of
> software running on top of one or more unmodified PostgreSQL instances.
> It's basically a very, very, very smart pgpool.

That's an understatement from what I can tell :)

>
>
>
--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
If the world pushes look it in the eye and GRR. Then push back harder. - Salamander


Re: List of PostgreSQL Forks

From
Markus Wanner
Date:
Hi,

Joshua D. Drake wrote:
> PostGIS is not a fork. Not sure where that idea comes from.

Neither do I personally consider Postgres-R a fork. I still think of it
as a (rather huge) patch, a bit like SE-PostgreSQL. However, it clearly
depends on your definition of what a "fork" is.

Maybe "based on Postgres" or similar would better describe the list (and
allow even more projects to be named)?

Regards

Markus Wanner

Re: List of PostgreSQL Forks

From
Robert Treat
Date:
On Thursday 01 October 2009 06:10:26 Markus Wanner wrote:
> Hi,
>
> Joshua D. Drake wrote:
> > PostGIS is not a fork. Not sure where that idea comes from.
>
> Neither do I personally consider Postgres-R a fork. I still think of it
> as a (rather huge) patch, a bit like SE-PostgreSQL. However, it clearly
> depends on your definition of what a "fork" is.
>
> Maybe "based on Postgres" or similar would better describe the list (and
> allow even more projects to be named)?
>

We use the term "Postgres derived databases" on the wiki.
http://wiki.postgresql.org/wiki/PostgreSQL_derived_databases

I'd note that we didn't think Postgres-R was beyond a big patch either, so it
isn't listed.

--
Robert Treat
Conjecture: http://www.xzilla.net
Consulting: http://www.omniti.com

Re: List of PostgreSQL Forks

From
Robert Treat
Date:
ISTR years back PostGIS was distributed as a complete bundle, with code
changes and under the GPL, which in most cases would qualify it as a fork; the
distribution method being important here. Certainly it would be enough to
confuse people.

BTW, if there is any possibility of it, I'd really love to see you guys
relicense under the BSD. There are a lot of positive upsides that would come
from a move like that.

On Tuesday 29 September 2009 20:44:35 Paul Ramsey wrote:
> Yes, strange definition. PostGIS is an add-on to PostgreSQL that uses
> the extensions points PostgreSQL defines. It's not a modified copy of
> PostgreSQL (a fork) and never was, it's always been built as an add-
> on, using the ./contrib tree as a model.
>
> On Sep 29, 5:39 pm, l...@pcorp.us ("Paragon Corporation") wrote:
> > Guys,
> >
> > Your idea of calling PostGIS a sort of fork seems a little odd.  Isn't'
> > that like calling any GPL software you use within your database a fork.
> > PostGIS doesn't even do anything by itself.
> >
> > On a side note --  I would like to say there are other reasons PostGIS is
> > not included in thePostgreSQLcore besides the GPL license. We had
> > discussed this a while back and even if we were to go BSD, we would not
> > want to be included in the core because it would tie our release cycle
> > too closely to thePostgreSQLrelease cycle and our PostGIS versions to
> > aPostgreSQLspecific version.  As a community we like our freedom of
> > releasing when we feel it is necessary to do so without having to worry
> > so much about what thePostgreSQLside of the fence is doing.  This may
> > change as we mature, but that's the way it stands.
> >
> > Paul, Mark and Kevin can correct me if I am wrong in my statements.
> >
> > Thanks,
> > Regina
> >
> >
> >
> > -----Original Message-----
> > From: pgsql-advocacy-ow...@postgresql.org
> >
> > [mailto:pgsql-advocacy-ow...@postgresql.org] On Behalf Of Devrim GÜNDÜZ
> > Sent: Tuesday, September 29, 2009 5:04 PM
> > To: Josh Berkus
> > Cc: pgsql-advoc...@postgresql.org
> > Subject: Re: [pgsql-advocacy]ListofPostgreSQLForks
> >
> > On Tue, 2009-09-29 at 13:58 -0700, Josh Berkus wrote:
> > > > Which license? Both parts are BSD licensed.
> > >
> > > Huh?  PostGIS has always been GPL.  Otherwise we'd be distributing it
> > > with the core code.
> >
> > Right, sorry.
> > --
> > Devrim GÜNDÜZ, RHCE
> > Command Prompt -http://www.CommandPrompt.comdevrim~gunduz.org,
> > devrim~PostgreSQL.org, devrim.gunduz~linux.org.trhttp://www.gunduz.org
> > Twitter:http://twitter.com/devrimgunduz
> >
> > --
> > Sent via pgsql-advocacy mailinglist(pgsql-advoc...@postgresql.org)
> > To make changes to your
> > subscription:http://www.postgresql.org/mailpref/pgsql-advocacy

--
Robert Treat
Conjecture: http://www.xzilla.net
Consulting: http://www.omniti.com

Re: List of PostgreSQL Forks

From
Devrim GÜNDÜZ
Date:
On Thu, 2009-10-01 at 23:34 -0400, Robert Treat wrote:
> BTW, if there is any possibility of it, I'd really love to see you
> guys relicense under the BSD. There are a lot of positive upsides that
> would come from a move like that.

IIRC there are some dependencies that force PostGIS to be distributed
with GPL.
--
Devrim GÜNDÜZ, RHCE
Command Prompt - http://www.CommandPrompt.com
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org  Twitter: http://twitter.com/devrimgunduz

Attachment

Re: List of PostgreSQL Forks

From
Emanuel Calvo Franco
Date:
>
> PowerGres

Adding FasterDB is another.


--
              Emanuel Calvo Franco
             DBA at:  www.siu.edu.ar
        www.emanuelcalvofranco.com.ar