I am being interviewed by OReilly

Started by Joshua D. Drakealmost 24 years ago178 messageshackersgeneral
Jump to latest
#1Joshua D. Drake
jd@commandprompt.com
hackersgeneral

Hey,

Oreilly and Assoc is interviewing me and they asked me two questions I
don't have the answers to:

When is 7.3 set to land?

When is 8.0 set to land?

I said, when there done, but they want a little more ;)

Joshua Drake
Co-Author Practical PostgreSQL
Command Prompt, Inc. -- Creators of Mammoth PostgreSQL

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Joshua D. Drake (#1)
hackersgeneral
Re: I am being interviewed by OReilly

"Joshua D. Drake" <jd@commandprompt.com> writes:

Oreilly and Assoc is interviewing me and they asked me two questions I
don't have the answers to:
When is 7.3 set to land?
When is 8.0 set to land?

7.3 will go beta at the end of August, barring major disasters.
As for final release, it's done when it's done --- the optimistic
schedule would be end of September, but we do not release by the
calendar. We release when we think the code is ready.

There is no plan anywhere that involves an 8.0; if anyone thinks
they know how many 7.* releases there will be, when 8.0 will be
out, or what will be in it, they are just blowing smoke. We have
a hard enough time seeing ahead to the next release...

regards, tom lane

#3Andrew Sullivan
andrew@libertyrms.info
In reply to: Joshua D. Drake (#1)
hackersgeneral
Re: I am being interviewed by OReilly

On Wed, Jul 03, 2002 at 01:46:46PM -0700, Joshua D. Drake wrote:

When is 7.3 set to land?

When is 8.0 set to land?

As a matter of curiosity, what would constitute "8.0" as opposed to,
say, 7.4? (I know that 7.0 happened partly because a great whack of
new features went in, but I haven't found anything in the -hackers
archives to explain why the number change. Maybe it's just a phase
of the moon thing, or something.)

A

-- 
----
Andrew Sullivan                               87 Mowat Avenue 
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M6K 3E3
                                         +1 416 646 3304 x110
#4Thomas Lockhart
lockhart@fourpalms.org
In reply to: Joshua D. Drake (#1)
hackersgeneral
Re: I am being interviewed by OReilly

When is 8.0 set to land?

You might point out that every release is an 8.0 by the pathetic
standards now used by many or most products for labeling releases.

We take a perverse pride in versioning The Old Fashioned Way, perhaps to
an extreme ;)

- Thomas

#5Bruce Momjian
bruce@momjian.us
In reply to: Andrew Sullivan (#3)
hackersgeneral
Re: I am being interviewed by OReilly

Andrew Sullivan wrote:

On Wed, Jul 03, 2002 at 01:46:46PM -0700, Joshua D. Drake wrote:

When is 7.3 set to land?

When is 8.0 set to land?

As a matter of curiosity, what would constitute "8.0" as opposed to,
say, 7.4? (I know that 7.0 happened partly because a great whack of
new features went in, but I haven't found anything in the -hackers
archives to explain why the number change. Maybe it's just a phase
of the moon thing, or something.)

Actually, it was a wack of new features in 6.5 when we realized we had
to up the version on the next release. I think multi-master replication
would be an 8.0 item, and point-in-time recovery.

-- 
  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
#6Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Sullivan (#3)
hackersgeneral
Re: I am being interviewed by OReilly

Andrew Sullivan <andrew@libertyrms.info> writes:

As a matter of curiosity, what would constitute "8.0" as opposed to,
say, 7.4? (I know that 7.0 happened partly because a great whack of
new features went in, but I haven't found anything in the -hackers
archives to explain why the number change. Maybe it's just a phase
of the moon thing, or something.)

I remember quite a deal of argument about whether to call it 7.0 or 6.6;
we had started that cycle with the assumption that it would be called
6.6, and changed our minds near the end. Personally I'd have preferred
to stick the 7.* label on starting with the next release (actually
called 7.1) which had WAL and TOAST in it. That was really a
significant set of changes, both on the inside and outside.

You could make a fair argument that the upcoming 7.3 ought to be
called 8.0, because the addition of schema support will break an
awful lot of client-side code ;-). But I doubt we will do that.

regards, tom lane

#7Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#6)
hackersgeneral
Re: I am being interviewed by OReilly

Tom Lane wrote:

Andrew Sullivan <andrew@libertyrms.info> writes:

As a matter of curiosity, what would constitute "8.0" as opposed to,
say, 7.4? (I know that 7.0 happened partly because a great whack of
new features went in, but I haven't found anything in the -hackers
archives to explain why the number change. Maybe it's just a phase
of the moon thing, or something.)

I remember quite a deal of argument about whether to call it 7.0 or 6.6;
we had started that cycle with the assumption that it would be called
6.6, and changed our minds near the end. Personally I'd have preferred
to stick the 7.* label on starting with the next release (actually
called 7.1) which had WAL and TOAST in it. That was really a
significant set of changes, both on the inside and outside.

You could make a fair argument that the upcoming 7.3 ought to be
called 8.0, because the addition of schema support will break an
awful lot of client-side code ;-). But I doubt we will do that.

Yes, the problem with incrementing on major features is that we would
start to look like Emacs numbering fairly quickly.

At some point, we may have to modify our name and start at 1.0 again.

-- 
  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
#8Jeff Glatt is a Dumbass
glatt@dumbass.net
In reply to: Tom Lane (#6)
hackersgeneral
Re: I am being interviewed by OReilly

Tom Lane wrote:

You could make a fair argument that the upcoming 7.3 ought to be
called 8.0, because the addition of schema support

Star-schema support?

will break an

Show quoted text

awful lot of client-side code ;-).

#9Justin Clift
justin@postgresql.org
In reply to: Bruce Momjian (#7)
hackersgeneral
Re: I am being interviewed by OReilly

Bruce Momjian wrote:

<snip>

At some point, we may have to modify our name and start at 1.0 again.

Heh Heh Heh

Let's do the M$ trick and pick a name that everyone will confuse and
assume it's us:

"Standard SQL 1.0".

So when people use the popularity question for deciding their database
"what database does everyone else use? I just want the standard one..."

We win. :)

+ Justin

--
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

---------------------------(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

#10The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#6)
hackersgeneral
Should next release by 8.0 (Was: Re: [GENERAL] I am being interviewed by OReilly )

On Thu, 4 Jul 2002, Tom Lane wrote:

You could make a fair argument that the upcoming 7.3 ought to be called
8.0, because the addition of schema support will break an awful lot of
client-side code ;-). But I doubt we will do that.

Actually, from reading that thread, I started to think along those lines
too ... it is a major change, is there a reason why going to 8.0 on this
one is a bad idea? I realize that its *only* been 2 years that we've been
in v7.0 ... :) v7.0 was released back in Mar of 2000 ... so its almost
2.5 years ...

I don't necessarily agree with Bruce's thought that distributed
replication would be the marker, since there is no set path to that right
now, nor is there, I believe, enough knowledge about whether or not bring
such in will affect anyting other then the backend itself ...

With this next release, we are looking at breaking the front-end apps, as
I understand it ... I think that's pretty drastic of a change to force
going to 8.0 ...

We don't release fast, or often, so our v7.2 is like some other projects
v7.26, at the rate some of them release ...

I'd like to see this next release go to 8.0 ...

#11The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#7)
hackersgeneral
Re: I am being interviewed by OReilly

On Thu, 4 Jul 2002, Bruce Momjian wrote:

Tom Lane wrote:

Andrew Sullivan <andrew@libertyrms.info> writes:

As a matter of curiosity, what would constitute "8.0" as opposed to,
say, 7.4? (I know that 7.0 happened partly because a great whack of
new features went in, but I haven't found anything in the -hackers
archives to explain why the number change. Maybe it's just a phase
of the moon thing, or something.)

I remember quite a deal of argument about whether to call it 7.0 or 6.6;
we had started that cycle with the assumption that it would be called
6.6, and changed our minds near the end. Personally I'd have preferred
to stick the 7.* label on starting with the next release (actually
called 7.1) which had WAL and TOAST in it. That was really a
significant set of changes, both on the inside and outside.

You could make a fair argument that the upcoming 7.3 ought to be
called 8.0, because the addition of schema support will break an
awful lot of client-side code ;-). But I doubt we will do that.

Yes, the problem with incrementing on major features is that we would
start to look like Emacs numbering fairly quickly.

At 2.5years in v7.x, I think its going to be a long while before we start
getting into the 20's :)

At some point, we may have to modify our name and start at 1.0 again.

Ya, that's it ... we've only spent, what, 8 years now making 'PostgreSQL'
known, so let's change the name *just* so that we can start at 1.0 and
face a new challenge of getting ppl to recognize the name?

#12Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: The Hermit Hacker (#10)
hackersgeneral
Re: Should next release by 8.0

With this next release, we are looking at breaking the front-end apps, as
I understand it ... I think that's pretty drastic of a change to force
going to 8.0 ...

We don't release fast, or often, so our v7.2 is like some other projects
v7.26, at the rate some of them release ...

I'd like to see this next release go to 8.0 ...

Hmmm...makes sense. I'd be for it.

BTW - has anyone looked at Neil's PREPARE patch yet?

Chris

#13Tom Lane
tgl@sss.pgh.pa.us
In reply to: The Hermit Hacker (#11)
hackersgeneral
Re: I am being interviewed by OReilly

"Marc G. Fournier" <scrappy@hub.org> writes:

At some point, we may have to modify our name and start at 1.0 again.

Ya, that's it ... we've only spent, what, 8 years now making 'PostgreSQL'
known, so let's change the name *just* so that we can start at 1.0 and
face a new challenge of getting ppl to recognize the name?

I've heard a number of people opine that we should go back to just plain
'Postgres', which is pronounceable by the uninitiate, and besides which
that's what we use informally most of the time. 'PostgreSQL' is about
as marketing-unfriendly a name as you could easily find...

I'd not be in favor of picking something new out of the blue, but I'd
pick 'Postgres' over 'PostgreSQL' if it were up to me.

regards, tom lane

#14Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#13)
hackersgeneral
Re: I am being interviewed by OReilly

Tom Lane wrote:

"Marc G. Fournier" <scrappy@hub.org> writes:

At some point, we may have to modify our name and start at 1.0 again.

Ya, that's it ... we've only spent, what, 8 years now making 'PostgreSQL'
known, so let's change the name *just* so that we can start at 1.0 and
face a new challenge of getting ppl to recognize the name?

I've heard a number of people opine that we should go back to just plain
'Postgres', which is pronounceable by the uninitiate, and besides which
that's what we use informally most of the time. 'PostgreSQL' is about
as marketing-unfriendly a name as you could easily find...

I personally agree.

-- 
  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
#15Justin Clift
justin@postgresql.org
In reply to: The Hermit Hacker (#10)
hackersgeneral
Re: Should next release by 8.0 (Was: Re: [GENERAL] I am being

"Marc G. Fournier" wrote:

On Thu, 4 Jul 2002, Tom Lane wrote:

<snip>

We can also go any number in between... like "7.5"...

:)

Regards and best wishes,

Justin Clift

I'd like to see this next release go to 8.0 ...

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

--
"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

#16Curt Sampson
cjs@cynic.net
In reply to: The Hermit Hacker (#10)
hackersgeneral
Re: Should next release by 8.0 (Was: Re: [GENERAL] I am

While there are big changes between 7.2 and the next release, they
aren't really any bigger than others during the 7.x series. I don't
really feel that the next release is worth an 8.0 rather than a 7.3. But
this is just an opinion; it's not something I'm prepared to argue about.

cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC

#17Curt Sampson
cjs@cynic.net
In reply to: Tom Lane (#13)
hackersgeneral
Re: I am being interviewed by OReilly

On Thu, 4 Jul 2002, Tom Lane wrote:

I'd not be in favor of picking something new out of the blue, but I'd
pick 'Postgres' over 'PostgreSQL' if it were up to me.

As I recall the only real reason for the change was to emphasize that
the query language had changed to SQL. Back in my young and naive days
(probably early '95) I remember picking up Postgres, realizing it didn't
use SQL as the query language, thinking, "How terrible!" and immediately
dropping it for MySQL. (I'm older and wiser now, but it's too late--all
the systems that let you use something less crappy than SQL are now
gone. *Sigh*.) Anyway, I expect that others had the same experience, and
thus something like that was required to get people who had previously
dropped it to go back to it again.

Now that QUEL or PostQUEL or whatever it was is long gone and fogotten
(except maybe in certain CA-Unicenter shops), I see no reason we
couldn't go back to "Postgres" now.

cjs
--
Curt Sampson <cjs@cynic.net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC

#18Alessio Bragadini
alessio@albourne.com
In reply to: The Hermit Hacker (#10)
hackersgeneral
Re: Should next release by 8.0 (Was: Re: [GENERAL] I am

In my book, schema support is a big thing, leading to rethink a lot of
database organization and such. PostgreSQL 8 would stress this
importance.

--
Alessio F. Bragadini alessio@albourne.com
APL Financial Services http://village.albourne.com
Nicosia, Cyprus phone: +357-22-755750

"It is more complicated than you think"
-- The Eighth Networking Truth from RFC 1925

#19The Hermit Hacker
scrappy@hub.org
In reply to: Curt Sampson (#16)
hackersgeneral
Re: Should next release by 8.0 (Was: Re: [GENERAL] I am

On Fri, 5 Jul 2002, Curt Sampson wrote:

While there are big changes between 7.2 and the next release, they
aren't really any bigger than others during the 7.x series. I don't
really feel that the next release is worth an 8.0 rather than a 7.3. But
this is just an opinion; it's not something I'm prepared to argue about.

Actually, the "big" change is such that will, at least as far as I'm
understanding it, break pretty much every front-end applicaiton ... which,
I'm guessing, is pretty major, no? :)

#20The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#13)
hackersgeneral
Re: I am being interviewed by OReilly

On Thu, 4 Jul 2002, Tom Lane wrote:

"Marc G. Fournier" <scrappy@hub.org> writes:

At some point, we may have to modify our name and start at 1.0 again.

Ya, that's it ... we've only spent, what, 8 years now making 'PostgreSQL'
known, so let's change the name *just* so that we can start at 1.0 and
face a new challenge of getting ppl to recognize the name?

I've heard a number of people opine that we should go back to just plain
'Postgres', which is pronounceable by the uninitiate, and besides which

I can never figure this out ... what is so difficult about 'Postgres-Q-L'?

#21Tom Lane
tgl@sss.pgh.pa.us
In reply to: The Hermit Hacker (#19)
hackersgeneral
#22The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#21)
hackersgeneral
#23Thomas Lockhart
lockhart@fourpalms.org
In reply to: The Hermit Hacker (#19)
hackersgeneral
#24The Hermit Hacker
scrappy@hub.org
In reply to: Thomas Lockhart (#23)
hackersgeneral
#25Jeff MacDonald
jeff@tsunamicreek.com
In reply to: The Hermit Hacker (#20)
hackersgeneral
#26Nigel J. Andrews
nandrews@investsystems.co.uk
In reply to: The Hermit Hacker (#20)
hackersgeneral
#27Robert L Mathews
lists@tigertech.com
In reply to: Nigel J. Andrews (#26)
general
#28Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#20)
hackersgeneral
#29Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#22)
hackersgeneral
#30Jeff Eckermann
jeff_eckermann@yahoo.com
In reply to: The Hermit Hacker (#20)
hackersgeneral
#31Ian Harding
ianh@tpchd.org
In reply to: Jeff Eckermann (#30)
general
#32Andrew Sullivan
andrew@libertyrms.info
In reply to: Bruce Momjian (#28)
hackersgeneral
#33Alvaro Herrera
alvherre@atentus.com
In reply to: Bruce Momjian (#28)
hackersgeneral
#34Sander Steffann
sander@steffann.nl
In reply to: Bruce Momjian (#28)
hackersgeneral
#35Sander Steffann
sander@steffann.nl
In reply to: The Hermit Hacker (#19)
hackersgeneral
#36Bruce Momjian
bruce@momjian.us
In reply to: Sander Steffann (#34)
hackersgeneral
#37The Hermit Hacker
scrappy@hub.org
In reply to: Jeff Eckermann (#30)
hackersgeneral
#38The Hermit Hacker
scrappy@hub.org
In reply to: Ian Harding (#31)
general
#39Rich Shepard
rshepard@appl-ecosys.com
In reply to: The Hermit Hacker (#37)
hackersgeneral
#40The Hermit Hacker
scrappy@hub.org
In reply to: Rich Shepard (#39)
hackersgeneral
#41Nigel J. Andrews
nandrews@investsystems.co.uk
In reply to: The Hermit Hacker (#40)
hackersgeneral
#42D'Arcy J.M. Cain
darcy@druid.net
In reply to: The Hermit Hacker (#22)
hackersgeneral
#43Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#36)
hackersgeneral
#44Rich Shepard
rshepard@appl-ecosys.com
In reply to: The Hermit Hacker (#40)
hackersgeneral
#45Jochem van Dieten
jochemd@oli.tudelft.nl
In reply to: Bruce Momjian (#36)
hackersgeneral
#46Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jochem van Dieten (#45)
hackersgeneral
#47Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#37)
hackersgeneral
#48Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#47)
hackersgeneral
#49Varun Kacholia
varunk@cse.iitb.ac.in
In reply to: Bruce Momjian (#47)
hackersgeneral
#50Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#48)
hackersgeneral
#51Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#48)
hackersgeneral
#52The Hermit Hacker
scrappy@hub.org
In reply to: Tom Lane (#43)
hackersgeneral
#53Rich Shepard
rshepard@appl-ecosys.com
In reply to: Tom Lane (#48)
hackersgeneral
#54Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#52)
hackersgeneral
#55Bruce Momjian
bruce@momjian.us
In reply to: Rich Shepard (#53)
hackersgeneral
#56Oleg Bartunov
oleg@sai.msu.su
In reply to: Tom Lane (#43)
hackersgeneral
#57Rich Shepard
rshepard@appl-ecosys.com
In reply to: Bruce Momjian (#55)
hackersgeneral
#58Steve Atkins
steve@blighty.com
In reply to: Bruce Momjian (#54)
hackersgeneral
#59Ricardo Ryoiti S. Junior
suga@netbsd.com.br
In reply to: Bruce Momjian (#36)
hackersgeneral
#60Ricardo Ryoiti S. Junior
suga@netbsd.com.br
In reply to: Tom Lane (#48)
hackersgeneral
#61Sander Steffann
sander@steffann.nl
In reply to: Bruce Momjian (#36)
hackersgeneral
#62Kym Farnik
kym@recalldesign.com
In reply to: Sander Steffann (#61)
general
#63Kym Farnik
kym@recalldesign.com
In reply to: Kym Farnik (#62)
general
#64Curt Sampson
cjs@cynic.net
In reply to: Ricardo Ryoiti S. Junior (#60)
hackersgeneral
#65Steve Lane
slane@fmpro.com
In reply to: Tom Lane (#6)
hackersgeneral
#66Ricardo Ryoiti S. Junior
suga@netbsd.com.br
In reply to: Steve Lane (#65)
general
#67Ron Snyder
snyder@roguewave.com
In reply to: Ricardo Ryoiti S. Junior (#66)
general
#68Justin Clift
justin@postgresql.org
In reply to: Ricardo Ryoiti S. Junior (#66)
general
#69Robert L Mathews
lists@tigertech.com
In reply to: Justin Clift (#68)
general
#70Curt Sampson
cjs@cynic.net
In reply to: Robert L Mathews (#69)
general
#71Doug Fields
dfields-pg-general@pexicom.com
In reply to: Robert L Mathews (#69)
general
#72Ricardo Ryoiti S. Junior
suga@netbsd.com.br
In reply to: Justin Clift (#68)
general
#73The Hermit Hacker
scrappy@hub.org
In reply to: Ricardo Ryoiti S. Junior (#66)
general
#74Vince Vielhaber
vev@michvhf.com
In reply to: The Hermit Hacker (#20)
hackersgeneral
#75Greg Sabino Mullane
greg@turnstep.com
In reply to: Vince Vielhaber (#74)
hackersgeneral
#76Tom Lane
tgl@sss.pgh.pa.us
In reply to: Steve Lane (#65)
hackersgeneral
#77Tom Lane
tgl@sss.pgh.pa.us
In reply to: Doug Fields (#71)
general
#78Doug Fields
dfields-pg-general@pexicom.com
In reply to: Doug Fields (#71)
general
#79Terry Fielder
terry@greatgulfhomes.com
In reply to: Sander Steffann (#34)
hackersgeneral
#80Doug Fields
dfields-pg-general@pexicom.com
In reply to: Tom Lane (#77)
general
#81Tom Lane
tgl@sss.pgh.pa.us
In reply to: Doug Fields (#80)
general
#82Robert L Mathews
lists@tigertech.com
In reply to: Terry Fielder (#79)
general
#83Doug Fields
dfields-pg-general@pexicom.com
In reply to: Tom Lane (#81)
general
#84Tom Lane
tgl@sss.pgh.pa.us
In reply to: Doug Fields (#83)
general
#85Jan Wieck
JanWieck@Yahoo.com
In reply to: Bruce Momjian (#54)
hackersgeneral
#86Doug Fields
dfields-pg-general@pexicom.com
In reply to: Tom Lane (#84)
general
#87Doug Fields
dfields-pg-general@pexicom.com
In reply to: Tom Lane (#84)
general
#88Tom Lane
tgl@sss.pgh.pa.us
In reply to: Doug Fields (#86)
general
#89Tom Lane
tgl@sss.pgh.pa.us
In reply to: Doug Fields (#87)
general
#90Doug Fields
dfields-pg-general@pexicom.com
In reply to: Tom Lane (#88)
general
#91Tom Lane
tgl@sss.pgh.pa.us
In reply to: Doug Fields (#90)
general
#92Doug Fields
dfields-pg-general@pexicom.com
In reply to: Tom Lane (#91)
general
#93Vince Vielhaber
vev@michvhf.com
In reply to: Greg Sabino Mullane (#75)
hackersgeneral
#94Thomas Lockhart
lockhart@fourpalms.org
In reply to: Greg Sabino Mullane (#75)
hackersgeneral
#95Curt Sampson
cjs@cynic.net
In reply to: Doug Fields (#80)
general
#96The Hermit Hacker
scrappy@hub.org
In reply to: Greg Sabino Mullane (#75)
hackersgeneral
#97Curt Sampson
cjs@cynic.net
In reply to: Tom Lane (#89)
general
#98Curt Sampson
cjs@cynic.net
In reply to: Vince Vielhaber (#93)
hackersgeneral
#99Tom Lane
tgl@sss.pgh.pa.us
In reply to: Curt Sampson (#97)
general
#100The Hermit Hacker
scrappy@hub.org
In reply to: Thomas Lockhart (#94)
hackersgeneral
#101Bruce Momjian
bruce@momjian.us
In reply to: Curt Sampson (#98)
hackersgeneral
#102The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#101)
hackersgeneral
#103Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#102)
hackersgeneral
#104The Hermit Hacker
scrappy@hub.org
In reply to: Bruce Momjian (#103)
hackersgeneral
#105Robert Treat
xzilla@users.sourceforge.net
In reply to: The Hermit Hacker (#102)
hackersgeneral
#106Robert L Mathews
lists@tigertech.com
In reply to: Robert Treat (#105)
general
#107The Hermit Hacker
scrappy@hub.org
In reply to: Robert L Mathews (#106)
general
#108Philip Hallstrom
philip@adhesivemedia.com
In reply to: Robert L Mathews (#106)
general
#109Christopher Murtagh
christopher.murtagh@mcgill.ca
In reply to: Bruce Momjian (#101)
hackersgeneral
#110Curt Sampson
cjs@cynic.net
In reply to: The Hermit Hacker (#104)
hackersgeneral
#111The Hermit Hacker
scrappy@hub.org
In reply to: Curt Sampson (#110)
hackersgeneral
#112Curt Sampson
cjs@cynic.net
In reply to: The Hermit Hacker (#111)
hackersgeneral
#113Curt Sampson
cjs@cynic.net
In reply to: The Hermit Hacker (#107)
general
#114tony
tony@animaproductions.com
In reply to: Robert L Mathews (#106)
general
#115Curt Sampson
cjs@cynic.net
In reply to: tony (#114)
general
#116tony
tony@animaproductions.com
In reply to: Curt Sampson (#115)
general
#117Richard Huxton
dev@archonet.com
In reply to: Curt Sampson (#113)
general
#118Curt Sampson
cjs@cynic.net
In reply to: tony (#116)
general
#119Curt Sampson
cjs@cynic.net
In reply to: Richard Huxton (#117)
general
#120Sam Liddicott
sam.liddicott@ananova.com
In reply to: Curt Sampson (#119)
general
In reply to: tony (#114)
general
#122Lamar Owen
lamar.owen@wgcr.org
In reply to: Curt Sampson (#112)
hackersgeneral
#123Andrew Sullivan
andrew@libertyrms.info
In reply to: Ricardo Ryoiti S. Junior (#121)
general
#124Ben
bench@silentmedia.com
In reply to: Andrew Sullivan (#123)
general
#125Andrew Sullivan
andrew@libertyrms.info
In reply to: Ben (#124)
general
#126The Hermit Hacker
scrappy@hub.org
In reply to: Ben (#124)
general
#127Andrew Sullivan
andrew@libertyrms.info
In reply to: Andrew Sullivan (#125)
general
#128Ben
bench@silentmedia.com
In reply to: The Hermit Hacker (#126)
general
#129Kaare Rasmussen
kar@kakidata.dk
In reply to: Curt Sampson (#112)
hackersgeneral
#130The Hermit Hacker
scrappy@hub.org
In reply to: Kaare Rasmussen (#129)
hackersgeneral
#131The Hermit Hacker
scrappy@hub.org
In reply to: The Hermit Hacker (#130)
general
#132Michael Adler
adler@glimpser.org
In reply to: The Hermit Hacker (#131)
general
#133Neil Conway
neilc@samurai.com
In reply to: Michael Adler (#132)
general
#134Michael Adler
adler@glimpser.org
In reply to: Neil Conway (#133)
general
#135Tom Lane
tgl@sss.pgh.pa.us
In reply to: The Hermit Hacker (#130)
hackersgeneral
#136Bruce Momjian
bruce@momjian.us
In reply to: Lamar Owen (#122)
hackersgeneral
#137Curt Sampson
cjs@cynic.net
In reply to: Lamar Owen (#122)
hackersgeneral
#138Vince Vielhaber
vev@michvhf.com
In reply to: Curt Sampson (#137)
hackersgeneral
#139Chris Browne
cbbrowne@acm.org
In reply to: Bruce Momjian (#136)
hackersgeneral
#140Steve Lane
slane@fmpro.com
In reply to: Doug Fields (#83)
general
#141Curt Sampson
cjs@cynic.net
In reply to: Steve Lane (#140)
general
#142Vince Vielhaber
vev@michvhf.com
In reply to: Chris Browne (#139)
hackersgeneral
#143Vince Vielhaber
vev@michvhf.com
In reply to: Vince Vielhaber (#142)
hackersgeneral
#144The Hermit Hacker
scrappy@hub.org
In reply to: Vince Vielhaber (#143)
hackersgeneral
#145Jan Wieck
JanWieck@Yahoo.com
In reply to: Curt Sampson (#137)
hackersgeneral
#146Kaare Rasmussen
kar@kakidata.dk
In reply to: Bruce Momjian (#136)
hackersgeneral
#147Joshua D. Drake
jd@commandprompt.com
In reply to: Curt Sampson (#141)
general
#148Knut Suebert
knut.suebert@web.de
In reply to: The Hermit Hacker (#20)
hackersgeneral
#149The Hermit Hacker
scrappy@hub.org
In reply to: Jan Wieck (#145)
hackersgeneral
#150Bruce Momjian
bruce@momjian.us
In reply to: The Hermit Hacker (#149)
hackersgeneral
#151Roderick A. Anderson
raanders@acm.org
In reply to: Bruce Momjian (#150)
hackersgeneral
#152Bruce Momjian
bruce@momjian.us
In reply to: Roderick A. Anderson (#151)
hackersgeneral
#153Ben
bench@silentmedia.com
In reply to: Bruce Momjian (#152)
hackersgeneral
#154Bruce Momjian
bruce@momjian.us
In reply to: Ben (#153)
hackersgeneral
#155Kurt at iadvance
kurtw@iadvance.co.nz
In reply to: Bruce Momjian (#150)
hackersgeneral
#156John Hall
wweexxsseessssaa@telusplanet.net
In reply to: Kurt at iadvance (#155)
hackersgeneral
#157Mike Mascari
mascarm@mascari.com
In reply to: Bruce Momjian (#154)
hackersgeneral
#158Lamar Owen
lamar.owen@wgcr.org
In reply to: Bruce Momjian (#136)
hackersgeneral
#159Lamar Owen
lamar.owen@wgcr.org
In reply to: Curt Sampson (#137)
hackersgeneral
#160Bruce Momjian
bruce@momjian.us
In reply to: Kurt at iadvance (#155)
hackersgeneral
#161Alvaro Herrera
alvherre@atentus.com
In reply to: Lamar Owen (#158)
hackersgeneral
#162Bruce Momjian
bruce@momjian.us
In reply to: Kurt at iadvance (#155)
hackersgeneral
#163Vince Vielhaber
vev@michvhf.com
In reply to: Bruce Momjian (#160)
hackersgeneral
#164Bruce Momjian
bruce@momjian.us
In reply to: Alvaro Herrera (#161)
hackersgeneral
#165Bruce Momjian
bruce@momjian.us
In reply to: Lamar Owen (#158)
hackersgeneral
#166Lamar Owen
lamar.owen@wgcr.org
In reply to: Bruce Momjian (#165)
hackersgeneral
#167Thomas Lockhart
lockhart@fourpalms.org
In reply to: Bruce Momjian (#136)
hackersgeneral
#168Sam Liddicott
sam.liddicott@ananova.com
In reply to: Thomas Lockhart (#167)
general
#169Adrian von Bidder
avbidder@fortytwo.ch
In reply to: Joshua D. Drake (#147)
general
#170Tina Messmann
tina.messmann@xinux.de
In reply to: Bruce Momjian (#154)
hackersgeneral
#171Jan Wieck
JanWieck@Yahoo.com
In reply to: Sam Liddicott (#168)
general
In reply to: Jan Wieck (#171)
general
#173The Hermit Hacker
scrappy@hub.org
In reply to: Jan Wieck (#171)
general
In reply to: The Hermit Hacker (#173)
general
#175Peter Haworth
pmh@edison.ioppublishing.com
In reply to: Kurt at iadvance (#155)
hackersgeneral
#176Jan Wieck
JanWieck@Yahoo.com
In reply to: The Hermit Hacker (#173)
general
#177Jeff MacDonald
jeff@tsunamicreek.com
In reply to: Andrew Sullivan (#125)
general
#178Jeff MacDonald
jeff@tsunamicreek.com
In reply to: Vince Vielhaber (#142)
hackersgeneral