PostgreSQL Licence: GNU/GPL

Started by Al_Devabout 24 years ago121 messageshackersgeneral
Jump to latest
#1Al_Dev
alavoor@yahoo.com
hackersgeneral

Is is possible to add GNU/GPL licence to the next
release of the pgsql in addition to the UCB licence.

The UCB licence applies to old code several years ago,
but by law it is required to include it forever with
pgsql.

I am proposing that in addition to UCB, all the new
code added/changed after the UCB code must be covered
under GNU/GPL.

Gnu/GPL is the best licensing scheme for open source
products.

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

#2mlw
markw@mohawksoft.com
In reply to: Al_Dev (#1)
hackersgeneral
Re: PostgreSQL Licence: GNU/GPL

alavoor wrote:

Is is possible to add GNU/GPL licence to the next
release of the pgsql in addition to the UCB licence.

The UCB licence applies to old code several years ago,
but by law it is required to include it forever with
pgsql.

I am proposing that in addition to UCB, all the new
code added/changed after the UCB code must be covered
under GNU/GPL.

Gnu/GPL is the best licensing scheme for open source
products.

Don't go there man. It is a long discussion and many people do not share your
views.

#3The Hermit Hacker
scrappy@hub.org
In reply to: Al_Dev (#1)
hackersgeneral
Re: PostgreSQL Licence: GNU/GPL

Not in this life time, but thanks for adding your 2 bits ...

On Sun, 20 Jan 2002, alavoor wrote:

Show quoted text

Is is possible to add GNU/GPL licence to the next
release of the pgsql in addition to the UCB licence.

The UCB licence applies to old code several years ago,
but by law it is required to include it forever with
pgsql.

I am proposing that in addition to UCB, all the new
code added/changed after the UCB code must be covered
under GNU/GPL.

Gnu/GPL is the best licensing scheme for open source
products.

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

#4Bruce Momjian
bruce@momjian.us
In reply to: mlw (#2)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

mlw wrote:

alavoor wrote:

Is is possible to add GNU/GPL licence to the next
release of the pgsql in addition to the UCB licence.

The UCB licence applies to old code several years ago,
but by law it is required to include it forever with
pgsql.

I am proposing that in addition to UCB, all the new
code added/changed after the UCB code must be covered
under GNU/GPL.

Gnu/GPL is the best licensing scheme for open source
products.

Don't go there man. It is a long discussion and many people do not share your
views.

At the great risk of causing chaos, let me chime in on this. First, in
the past we have hidden behind the story that we can't change our
license, which I don' think is true. We could add GPL on top of the BSD
license and therefore someone wanting to make a proprietary version of
PostgreSQL would have to start with today's code. However all future
submitters would have to agree to GPL for their new code.

However, we clearly don't have unanimous agreement on using GPL so I
would like to address this in an FAQ item to get it more concrete. What
do people think of this summary:

---------------------------------------------------------------------------

We currently have a BSD license, the archetypal open-source license.
The GPL is similar to BSD, except that it has certain anti-closed source
(proprietary) restrictions. Many PostgreSQL developers question the
need for such restrictions and we therefore will continue with the BSD
license for the for-seeable future.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#5mlw
markw@mohawksoft.com
In reply to: Bruce Momjian (#4)
hackersgeneral
Re: PostgreSQL Licence: GNU/GPL

Bruce Momjian wrote:

We currently have a BSD license, the archetypal open-source license.
The GPL is similar to BSD, except that it has certain anti-closed source
(proprietary) restrictions. Many PostgreSQL developers question the
need for such restrictions and we therefore will continue with the BSD
license for the for-seeable future.

You are a talented man with a knack for simplifying the imponderables. ;-)

#6Bruce Momjian
bruce@momjian.us
In reply to: mlw (#5)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

mlw wrote:

Bruce Momjian wrote:

We currently have a BSD license, the archetypal open-source license.
The GPL is similar to BSD, except that it has certain anti-closed source
(proprietary) restrictions. Many PostgreSQL developers question the
need for such restrictions and we therefore will continue with the BSD
license for the for-seeable future.

^^^^^^^^^^^

It is actually spelled "foreseeable".

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#7Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#4)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

Bruce Momjian <pgman@candle.pha.pa.us> writes:

At the great risk of causing chaos, let me chime in on this. First, in
the past we have hidden behind the story that we can't change our
license, which I don' think is true. We could add GPL on top of the BSD
license and therefore someone wanting to make a proprietary version of
PostgreSQL would have to start with today's code.

I doubt this is true at all. We could possibly specify GPL for *new*
code (eg, whole new source files) that we add to the tree, but we can't
unilaterally relicense the existing code. And can you usefully specify
a GPL license for individual patches added to a basically-BSD source file?
Isn't going to work.

In any case, the discussion has been had many times before and the
answer is not going to change. I like your idea of putting something in
the FAQ to try to stave off future queries. The wording you have is
okay as far as it goes, but I'd like to see it made perfectly crystal
clear that we *have* considered GPL and we are *not* interested in
hearing any more "why don't you switch to GPL" proposals. Deleting the
"currently" would be a start.

We currently have a BSD license, the archetypal open-source license.
The GPL is similar to BSD, except that it has certain anti-closed source
(proprietary) restrictions. Many PostgreSQL developers question the
need for such restrictions and we therefore will continue with the BSD
license for the for-seeable future.

regards, tom lane

#8Brent Verner
brent@rcfile.org
In reply to: Bruce Momjian (#4)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

[2002-01-20 23:43] Bruce Momjian said:

| At the great risk of causing chaos, let me chime in on this. First, in

| However, we clearly don't have unanimous agreement on using GPL so I
| would like to address this in an FAQ item to get it more concrete. What
| do people think of this summary:

| The GPL is similar to BSD, except that it has certain anti-closed source
| (proprietary) restrictions.

Calling the two licenses "similar" is only an invitation to engage
in license war. I'd suggest something like the following (as long
as it doesn't contain any factual errors).

The PostgreSQL project has released its code under the BSD
license since its inception. Occasionally, users request that
the project be relicensed under the GPL. Many PostgreSQL
developers feel the GPL contains certain restrictions that
might limit the ability of commercial entities to contribute
or continue contributing to the codebase, and question the
need for such restrictions. In light of these concerns, we
will continue with the BSD license for the foreseeable future.

cheers.
brent

--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing." -- Duane Allman

#9Tom Lane
tgl@sss.pgh.pa.us
In reply to: Brent Verner (#8)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

Brent Verner <brent@rcfile.org> writes:

Calling the two licenses "similar" is only an invitation to engage
in license war.

Good point.

I'd suggest something like the following (as long
as it doesn't contain any factual errors).

The PostgreSQL project has released its code under the BSD
license since its inception. Occasionally, users request that
the project be relicensed under the GPL. Many PostgreSQL
developers feel the GPL contains certain restrictions that
might limit the ability of commercial entities to contribute
or continue contributing to the codebase, and question the
need for such restrictions. In light of these concerns, we
will continue with the BSD license for the foreseeable future.

This is really good as far as it goes. I'd also like to see the
point made that we cannot simply relicense the code, even if we wished
to, because the current developers are not the sole authors/owners.
Perhaps something like this:

The PostgreSQL project has released its code under the BSD license
since its inception; as did the Berkeley Postgres project before us.
Occasionally, users suggest that the project be relicensed under the
GPL. This is not very practical because it would require the
concurrence not only of the current developers, but many past
contributors both at Berkeley and all over the net. Furthermore,
many PostgreSQL developers feel the GPL contains restrictions that
would limit the ability of commercial entities to contribute or
continue contributing to the codebase, and question the need for such
restrictions. In light of these issues, we will continue with the
BSD license for the foreseeable future.

regards, tom lane

#10Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#9)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

This is really good as far as it goes. I'd also like to see the
point made that we cannot simply relicense the code, even if we wished
to, because the current developers are not the sole authors/owners.
Perhaps something like this:

The PostgreSQL project has released its code under the BSD license
since its inception; as did the Berkeley Postgres project before us.
Occasionally, users suggest that the project be relicensed under the
GPL. This is not very practical because it would require the
concurrence not only of the current developers, but many past
contributors both at Berkeley and all over the net. Furthermore,
many PostgreSQL developers feel the GPL contains restrictions that
would limit the ability of commercial entities to contribute or
continue contributing to the codebase, and question the need for such
restrictions. In light of these issues, we will continue with the
BSD license for the foreseeable future.

Man, this text is getting longer. :-(

Anyway, let's look at it this way. If we allow for proprietary versions
of PostgreSQL, it is hard to imagine why we couldn't make a GPL version
_without_ the agreement of past contributors. We have to keep the BSD
part about giving credit and no sueing, but we can clearly _add_ the GPL
cruft if we wanted to and all current/future developers agree. It is
basically a GPL fork of PostgreSQL, rather than a proprietary fork.

Now, I don't want to do that, but I do think it is doable.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#11Thomas Lockhart
lockhart@fourpalms.org
In reply to: Bruce Momjian (#10)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

...

Anyway, let's look at it this way. If we allow for proprietary versions
of PostgreSQL, it is hard to imagine why we couldn't make a GPL version
_without_ the agreement of past contributors. We have to keep the BSD
part about giving credit and no sueing, but we can clearly _add_ the GPL
cruft if we wanted to and all current/future developers agree. It is
basically a GPL fork of PostgreSQL, rather than a proprietary fork.

I agree that this is possible. I'd prefer not making a statement in the
FAQ regarding license justifications/alternatives at this time, because
it could be a long discussion with little gain.

Please note the source of this most recent unsolicited suggestion with
unsubstantiated reasoning and we will conclude that we have already
spent too much time on the subject for this go 'round. imho of course ;)

- Thomas

#12Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#10)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Anyway, let's look at it this way. If we allow for proprietary versions
of PostgreSQL, it is hard to imagine why we couldn't make a GPL version
_without_ the agreement of past contributors. We have to keep the BSD
part about giving credit and no sueing, but we can clearly _add_ the GPL
cruft if we wanted to and all current/future developers agree. It is
basically a GPL fork of PostgreSQL, rather than a proprietary fork.

Well, (a) not all current developers will agree, (b) you need to get
past developers in there too, and (c) I'm not as sure as you are that
we can simply plaster GPL on top of BSD-licensed code. The GPL does
not like merging GPL code with not-GPL code, free or otherwise. See

b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
^^^^^^^^^^^^^^^^^^^
parties under the terms of this License.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This is the "viral" aspect of GPL that so many people have complained of.

But wait a sec; the last thing we need here is yet another license
discussion. Given that the objective of this FAQ addition is to prevent
future license flamewars, I think the last thing we want it to do is
give any suggestion that GPL-izing the code might actually be feasible.
Why are you so eager to suggest that that might be possible?

regards, tom lane

#13Brent Verner
brent@rcfile.org
In reply to: Tom Lane (#9)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

[2002-01-21 01:30] Tom Lane said:

| Perhaps something like this:
|
| The PostgreSQL project has released its code under the BSD license
| since its inception; as did the Berkeley Postgres project before us.
| Occasionally, users suggest that the project be relicensed under the
| GPL. This is not very practical because it would require the
| concurrence not only of the current developers, but many past
| contributors both at Berkeley and all over the net. Furthermore,
| many PostgreSQL developers feel the GPL contains restrictions that
| would limit the ability of commercial entities to contribute or
| continue contributing to the codebase, and question the need for such
| restrictions. In light of these issues, we will continue with the
| BSD license for the foreseeable future.

+1

cheers.
brent

--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing." -- Duane Allman

#14David Terrell
dbt@meat.net
In reply to: Tom Lane (#12)
hackersgeneral
Re: [GENERAL] PostgreSQL Licence: GNU/GPL

On Mon, Jan 21, 2002 at 02:04:21AM -0500, Tom Lane wrote:

This is the "viral" aspect of GPL that so many people have complained of.

But wait a sec; the last thing we need here is yet another license
discussion. Given that the objective of this FAQ addition is to prevent
future license flamewars, I think the last thing we want it to do is
give any suggestion that GPL-izing the code might actually be feasible.
Why are you so eager to suggest that that might be possible?

Truth is useful, even if unpleasant.

Dave, happy with BSD.

--
David Terrell | "the only part about medicinal marijuana that
Prime Minister, Nebcorp | bothers me is that, when I started chemo, all of
dbt@meat.net | my children and grandchildren told me they could
http://wwn.nebcorp.com/ | get some for me if I needed it." -mrw's grandfather

#15Justin Clift
justin@postgresql.org
In reply to: mlw (#2)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

Brent Verner wrote:

[2002-01-21 01:30] Tom Lane said:

| Perhaps something like this:
|
| The PostgreSQL project has released its code under the BSD license
| since its inception; as did the Berkeley Postgres project before us.
| Occasionally, users suggest that the project be relicensed under the
| GPL. This is not very practical because it would require the
| concurrence not only of the current developers, but many past
| contributors both at Berkeley and all over the net. Furthermore,
| many PostgreSQL developers feel the GPL contains restrictions that
| would limit the ability of commercial entities to contribute or
| continue contributing to the codebase, and question the need for such
| restrictions. In light of these issues, we will continue with the
| BSD license for the foreseeable future.

+1

Yep, lets go with this version.

+ Justin

cheers.
brent

--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing." -- Duane Allman

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

#16Matthew Kirkwood
matthew@hairy.beasts.org
In reply to: Tom Lane (#9)
hackersgeneral
Re: [GENERAL] PostgreSQL Licence: GNU/GPL

On Mon, 21 Jan 2002, Tom Lane wrote:

many PostgreSQL developers feel the GPL contains restrictions that
would limit the ability of commercial entities to contribute or
continue contributing to the codebase, and question the need for such

This could easily be interpreted as flamebait. It doesn't
limit contribution at all. What's wrong with:

The GPL contains restrictions which we do not
wish to impose upon our users and developers.

Why just "commercial entities"?

Matthew.

#17Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#12)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

Tom Lane wrote:

Bruce Momjian <pgman@candle.pha.pa.us> writes:

Anyway, let's look at it this way. If we allow for proprietary versions
of PostgreSQL, it is hard to imagine why we couldn't make a GPL version
_without_ the agreement of past contributors. We have to keep the BSD
part about giving credit and no sueing, but we can clearly _add_ the GPL
cruft if we wanted to and all current/future developers agree. It is
basically a GPL fork of PostgreSQL, rather than a proprietary fork.

Well, (a) not all current developers will agree, (b) you need to get
past developers in there too, and (c) I'm not as sure as you are that
we can simply plaster GPL on top of BSD-licensed code. The GPL does
not like merging GPL code with not-GPL code, free or otherwise. See

b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
^^^^^^^^^^^^^^^^^^^
parties under the terms of this License.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This is the "viral" aspect of GPL that so many people have complained of.

But wait a sec; the last thing we need here is yet another license
discussion. Given that the objective of this FAQ addition is to prevent
future license flamewars, I think the last thing we want it to do is
give any suggestion that GPL-izing the code might actually be feasible.
Why are you so eager to suggest that that might be possible?

I am not trying to suggest GPL. I merely think we should be honest that
we don't want GPL.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#18Bruce Momjian
bruce@momjian.us
In reply to: Matthew Kirkwood (#16)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

Matthew Kirkwood wrote:

On Mon, 21 Jan 2002, Tom Lane wrote:

many PostgreSQL developers feel the GPL contains restrictions that
would limit the ability of commercial entities to contribute or
continue contributing to the codebase, and question the need for such

This could easily be interpreted as flamebait. It doesn't
limit contribution at all. What's wrong with:

The GPL contains restrictions which we do not
wish to impose upon our users and developers.

Why just "commercial entities"?

Yes, this is the problem with longer wording --- the more words, the
more possibility for disagreement/discussion and offense. The more
detailed you get, "We can't do it", "We don't like X about it", the more
possibility for problems.

One clarification. We could not put the GPL on top of our current
license, but we could add enough GPL aspects to make it effectively GPL.
Of course, it would be a mess, we couldn't get most to agree to it, and
I don't want to do it, but there it is.

An updated version of my short text is below. I removed the mention of
"current" and "similar". I also strengthened the last sentence. That
last sentence could also be removed completely.

---------------------------------------------------------------------------

We carry a BSD license, the archetypal open-source license. While the
GPL also promotes open-source, it has certain anti-closed source
(proprietary) restrictions. Many PostgreSQL developers question the
need for such restrictions. We like our BSD license and see no need to
change it.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#19The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#4)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

On Sun, 20 Jan 2002, Bruce Momjian wrote:

---------------------------------------------------------------------------

We currently have a BSD license, the archetypal open-source license.
The GPL is similar to BSD, except that it has certain anti-closed source
(proprietary) restrictions. Many PostgreSQL developers question the
need for such restrictions and we therefore will continue with the BSD
license for the for-seeable future.

GPL is kinda 'anti-open source' too, IMHO ... it puts restrictions on what
you can do with the source code, so it isn't *really* "free to do with as
you wish" ...

#20The Hermit Hacker
scrappy@hub.org
In reply to: Brent Verner (#8)
hackersgeneral
Re: [HACKERS] PostgreSQL Licence: GNU/GPL

I'd get rid of the 'foreseeable future' part myself ...

On Mon, 21 Jan 2002, Brent Verner wrote:

Show quoted text

[2002-01-20 23:43] Bruce Momjian said:

| At the great risk of causing chaos, let me chime in on this. First, in

| However, we clearly don't have unanimous agreement on using GPL so I
| would like to address this in an FAQ item to get it more concrete. What
| do people think of this summary:

| The GPL is similar to BSD, except that it has certain anti-closed source
| (proprietary) restrictions.

Calling the two licenses "similar" is only an invitation to engage
in license war. I'd suggest something like the following (as long
as it doesn't contain any factual errors).

The PostgreSQL project has released its code under the BSD
license since its inception. Occasionally, users request that
the project be relicensed under the GPL. Many PostgreSQL
developers feel the GPL contains certain restrictions that
might limit the ability of commercial entities to contribute
or continue contributing to the codebase, and question the
need for such restrictions. In light of these concerns, we
will continue with the BSD license for the foreseeable future.

cheers.
brent

--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing." -- Duane Allman

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

#21The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#10)
hackersgeneral
#22The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#17)
hackersgeneral
#23The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#18)
hackersgeneral
#24Justin Clift
justin@postgresql.org
In reply to: Bruce Momjian (#18)
hackersgeneral
#25Matthew Kirkwood
matthew@hairy.beasts.org
In reply to: Bruce Momjian (#18)
hackersgeneral
#26Bruce Momjian
bruce@momjian.us
In reply to: Justin Clift (#24)
hackersgeneral
#27Michael Tiemann
tiemann@redhat.com
In reply to: The Hermit Hacker (#19)
hackersgeneral
#28Justin Clift
justin@postgresql.org
In reply to: Bruce Momjian (#26)
hackersgeneral
#29Vince Vielhaber
vev@michvhf.com
In reply to: The Hermit Hacker (#20)
hackersgeneral
#30The Hermit Hacker
scrappy@hub.org
In reply to: Vince Vielhaber (#29)
hackersgeneral
#31Bruce Momjian
bruce@momjian.us
In reply to: Justin Clift (#28)
hackersgeneral
#32Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#30)
hackersgeneral
In reply to: The Hermit Hacker (#19)
hackersgeneral
#34Dominic J. Eidson
sauron@the-infinite.org
In reply to: Bruce Momjian (#32)
hackersgeneral
#35mlw
markw@mohawksoft.com
In reply to: Bruce Momjian (#10)
hackersgeneral
#36Bruce Momjian
bruce@momjian.us
In reply to: mlw (#35)
hackersgeneral
#37Don Baccus
dhogaza@pacifier.com
In reply to: Benjamin Adida (#33)
hackersgeneral
#38Jason Earl
jason.earl@simplot.com
In reply to: Bruce Momjian (#32)
hackersgeneral
#39Jan Wieck
JanWieck@Yahoo.com
In reply to: The Hermit Hacker (#19)
hackersgeneral
#40Jan Wieck
JanWieck@Yahoo.com
In reply to: Bruce Momjian (#32)
hackersgeneral
#41Peter Eisentraut
peter_e@gmx.net
In reply to: Tom Lane (#9)
hackersgeneral
#42Bruce Momjian
bruce@momjian.us
In reply to: Jason Earl (#38)
hackersgeneral
#43Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#42)
hackersgeneral
#44Keith G. Murphy
keithmur@mindspring.com
In reply to: mlw (#2)
hackersgeneral
#45Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#43)
hackersgeneral
#46Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#32)
hackersgeneral
#47Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#45)
hackersgeneral
#48Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#46)
hackersgeneral
#49Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#46)
hackersgeneral
#50Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#41)
hackersgeneral
#51Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#47)
hackersgeneral
#52The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#51)
hackersgeneral
#53Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#52)
hackersgeneral
#54Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#51)
hackersgeneral
#55mlw
markw@mohawksoft.com
In reply to: Bruce Momjian (#51)
hackersgeneral
#56The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#53)
hackersgeneral
#57Tom Lane
tgl@sss.pgh.pa.us
In reply to: The Hermit Hacker (#30)
hackersgeneral
#58Vince Vielhaber
vev@michvhf.com
In reply to: The Hermit Hacker (#52)
hackersgeneral
#59Vince Vielhaber
vev@michvhf.com
In reply to: The Hermit Hacker (#56)
hackersgeneral
#60The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#57)
hackersgeneral
#61Bruce Momjian
bruce@momjian.us
In reply to: mlw (#55)
hackersgeneral
#62Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#61)
hackersgeneral
#63Bruce Momjian
bruce@momjian.us
In reply to: Vince Vielhaber (#62)
hackersgeneral
#64mlw
markw@mohawksoft.com
In reply to: Bruce Momjian (#61)
hackersgeneral
#65mlw
markw@mohawksoft.com
In reply to: Bruce Momjian (#63)
hackersgeneral
#66Jason Earl
jason.earl@simplot.com
In reply to: Bruce Momjian (#63)
hackersgeneral
#67Philip Hallstrom
philip@adhesivemedia.com
In reply to: Jason Earl (#66)
hackersgeneral
#68Ned Wolpert
ned.wolpert@knowledgenet.com
In reply to: Bruce Momjian (#46)
hackersgeneral
#69Vince Vielhaber
vev@michvhf.com
In reply to: Ned Wolpert (#68)
hackersgeneral
#70Ned Wolpert
ned.wolpert@knowledgenet.com
In reply to: Peter Eisentraut (#41)
hackersgeneral
#71Mitch Vincent
mitch@doot.org
In reply to: Bruce Momjian (#53)
hackersgeneral
#72Mitch Vincent
mitch@doot.org
In reply to: Peter Eisentraut (#41)
hackersgeneral
#73Ned Wolpert
ned.wolpert@knowledgenet.com
In reply to: Jason Earl (#38)
hackersgeneral
#74Bruce Momjian
bruce@momjian.us
In reply to: Ned Wolpert (#73)
hackersgeneral
#75Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#32)
hackersgeneral
#76Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#75)
hackersgeneral
#77Haroldo Stenger
hstenger@adinet.com.uy
In reply to: Bruce Momjian (#76)
hackersgeneral
#78Ross J. Reedstrom
reedstrm@rice.edu
In reply to: Peter Eisentraut (#75)
hackersgeneral
#79Don Baccus
dhogaza@pacifier.com
In reply to: mlw (#2)
hackersgeneral
#80Doug Royer
Doug@Royer.com
In reply to: mlw (#2)
hackersgeneral
#81Ned Wolpert
ned.wolpert@knowledgenet.com
In reply to: Don Baccus (#79)
hackersgeneral
#82Thomas Lockhart
lockhart@fourpalms.org
In reply to: Bruce Momjian (#76)
hackersgeneral
#83Vince Vielhaber
vev@michvhf.com
In reply to: Thomas Lockhart (#82)
hackersgeneral
#84Don Baccus
dhogaza@pacifier.com
In reply to: mlw (#2)
hackersgeneral
#85Don Baccus
dhogaza@pacifier.com
In reply to: mlw (#2)
hackersgeneral
#86Don Baccus
dhogaza@pacifier.com
In reply to: mlw (#2)
hackersgeneral
#87Thomas Lockhart
lockhart@fourpalms.org
In reply to: Vince Vielhaber (#83)
hackersgeneral
#88Lamar Owen
lamar.owen@wgcr.org
In reply to: Don Baccus (#86)
hackersgeneral
#89Gavin Sherry
swm@linuxworld.com.au
In reply to: Vince Vielhaber (#83)
hackersgeneral
#90Don Baccus
dhogaza@pacifier.com
In reply to: Gavin Sherry (#89)
hackersgeneral
#91Bruce Momjian
bruce@momjian.us
In reply to: Thomas Lockhart (#87)
hackersgeneral
#92Thomas Lockhart
lockhart@fourpalms.org
In reply to: Bruce Momjian (#91)
hackersgeneral
#93Gavin Sherry
swm@linuxworld.com.au
In reply to: Don Baccus (#90)
hackersgeneral
#94Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thomas Lockhart (#92)
hackersgeneral
#95Tom Lane
tgl@sss.pgh.pa.us
In reply to: Don Baccus (#37)
hackersgeneral
#96Lincoln Yeoh
lyeoh@pop.jaring.my
In reply to: Tom Lane (#94)
hackersgeneral
#97Vince Vielhaber
vev@michvhf.com
In reply to: Thomas Lockhart (#87)
hackersgeneral
#98Vince Vielhaber
vev@michvhf.com
In reply to: Thomas Lockhart (#92)
hackersgeneral
#99mlw
markw@mohawksoft.com
In reply to: Vince Vielhaber (#83)
hackersgeneral
#100Thomas Lockhart
lockhart@fourpalms.org
In reply to: Vince Vielhaber (#98)
hackersgeneral
#101Vince Vielhaber
vev@michvhf.com
In reply to: Thomas Lockhart (#100)
hackersgeneral
#102Tom Lane
tgl@sss.pgh.pa.us
In reply to: mlw (#99)
hackersgeneral
#103Thomas Lockhart
lockhart@fourpalms.org
In reply to: Vince Vielhaber (#101)
hackersgeneral
#104Vince Vielhaber
vev@michvhf.com
In reply to: Thomas Lockhart (#103)
hackersgeneral
#105Bruce Momjian
bruce@momjian.us
In reply to: Thomas Lockhart (#103)
hackersgeneral
In reply to: Vince Vielhaber (#83)
hackersgeneral
#107Tom Lane
tgl@sss.pgh.pa.us
In reply to: Thomas Lockhart (#103)
hackersgeneral
#108Thomas Lockhart
lockhart@fourpalms.org
In reply to: Vince Vielhaber (#101)
hackersgeneral
#109Ned Wolpert
ned.wolpert@knowledgenet.com
In reply to: Don Baccus (#85)
hackersgeneral
#110Don Baccus
dhogaza@pacifier.com
In reply to: Bruce Momjian (#105)
hackersgeneral
In reply to: Thomas Lockhart (#103)
hackersgeneral
#112Justin Clift
justin@postgresql.org
In reply to: Vince Vielhaber (#104)
hackersgeneral
#113Ned Wolpert
ned.wolpert@knowledgenet.com
In reply to: Don Baccus (#110)
hackersgeneral
#114Vince Vielhaber
vev@michvhf.com
In reply to: Justin Clift (#112)
hackersgeneral
#115Thomas Lockhart
lockhart@fourpalms.org
In reply to: Vince Vielhaber (#104)
hackersgeneral
#116Justin Clift
justin@postgresql.org
In reply to: Vince Vielhaber (#114)
hackersgeneral
#117Keith G. Murphy
keithmur@mindspring.com
In reply to: mlw (#2)
hackersgeneral
#118mlw
markw@mohawksoft.com
In reply to: Vince Vielhaber (#104)
hackersgeneral
#119Bruce Momjian
bruce@momjian.us
In reply to: Bruce Momjian (#105)
hackersgeneral
#120Nevermind
never@nevermind.kiev.ua
In reply to: Al_Dev (#1)
hackersgeneral
#121Jean-Michel POURE
jm.poure@freesurf.fr
In reply to: Al_Dev (#1)
hackersgeneral