PostgreSQL speakers needed for OSCON 2004

Started by Greg Sabino Mullaneover 22 years ago89 messageshackersgeneral
Jump to latest
#1Greg Sabino Mullane
greg@turnstep.com
hackersgeneral

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The call for participation has been issued for the 2004 O'Reilly
Open Source convention, and once again, PostgreSQL has a track:

http://conferences.oreillynet.com/cs/os2004/create/e_sess

Proposals are due on February 9, 2004, and it would be nice to see
a lot of PostgreSQL talks there. The talk can be about anything
relating to PostgreSQL; it does not matter if you have never even
read the source code. Talk about how to set it up on Win32, how
your company converted from Sybase to PostgreSQL, a neat project
you built with PostgreSQL as the backend, etc.

Feel free to post your ideas on the advocacy list (and post replies
to that list, please). Even if you are not interested in speaking,
let everyone know what you would like to hear, and perhaps it
will inspire somebody.

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200312182022

-----BEGIN PGP SIGNATURE-----

iD8DBQE/4mNvvJuQZxSWSsgRArexAKCsf/cZ89ikr7gEPdsCWLazvOJw+wCg343A
yG0KiL+kDliJng56ZeyRZGY=
=0Gdv
-----END PGP SIGNATURE-----

#2Josh Berkus
josh@agliodbs.com
In reply to: Greg Sabino Mullane (#1)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

Greg,

The call for participation has been issued for the 2004 O'Reilly
Open Source convention, and once again, PostgreSQL has a track:

Hmmmm ... I think we're double-tracking here -- O'Reilly e-mailed me
seperately today. Just one of us should be the contact point.

Also, Jillian, are you up for helping to organize this?

I really do think that we, as a community, should try to organize who's going
to propose what in order to have a "complete track" for PostgreSQL this time,
rather than just encouraging people to apply willy-nilly.

--
-Josh Berkus
Aglio Database Solutions
San Francisco

#3Josh Berkus
josh@agliodbs.com
In reply to: Josh Berkus (#2)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

Greg,

Hmmmm ... I think we're double-tracking here -- O'Reilly e-mailed me
seperately today. Just one of us should be the contact point.

Hmmm ... not sure that came out right. I meant "you wanna be the contact
point? If so, I should tell O'Reilly"

--
-Josh Berkus
Aglio Database Solutions
San Francisco

#4Joshua D. Drake
jd@commandprompt.com
In reply to: Josh Berkus (#2)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

I really do think that we, as a community, should try to organize who's going
to propose what in order to have a "complete track" for PostgreSQL this time,
rather than just encouraging people to apply willy-nilly.

What about nilly-willy?

-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd@commandprompt.com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org 
#5elein
elein@varlena.com
In reply to: Joshua D. Drake (#4)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

It would be nice to have some sort of knowledge
of which postgres people are speaking. I am
planning on submitting a talk as I did last year.

It would help us coordinate the BOF better.
We did not do a good job last year. It would
also help us talk about some of the things that
could be better this year than last. I have some
(ahem) opinions about this.

It would also help those of us from different coasts
spend some time talking at reasonable hours and places

I would be happy to help coordinate people in whatever
way I can for the actual fling.

This does not have anything to do with who is talking
to O'Reilly by the way. Remember, they had a single
point of contact failure last year and caused some
hard feelings. It is *good* that they've sent out
notices to several of us. Now we just have to act
like we are sort of coordinated...

--elein

Show quoted text

On Thu, Dec 18, 2003 at 07:15:27PM -0800, Joshua D. Drake wrote:

I really do think that we, as a community, should try to organize who's
going to propose what in order to have a "complete track" for PostgreSQL
this time, rather than just encouraging people to apply willy-nilly.

What about nilly-willy?

-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd@commandprompt.com - http://www.commandprompt.com
Editor-N-Chief - PostgreSQl.Org - http://www.postgresql.org 

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

#6Joe Conway
mail@joeconway.com
In reply to: elein (#5)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

elein wrote:

It would be nice to have some sort of knowledge
of which postgres people are speaking. I am
planning on submitting a talk as I did last year.

I'm thinking of doing a tutorial -- something like "Extending PostgreSQL
with C" -- show/explain (comments/additions welcome):
- contrib build system basics
- building a simple scalar function
- I/O functions and a building custom datatype
- simple polymorphic scalar functions
- SRF using the one-row-at-a-time api
- SRF using a tuplestore

I think it would be nice if we had a tutorial or session on advanced use
of each PL -- at least for the most commonly used ones.

It would help us coordinate the BOF better.
We did not do a good job last year. It would
also help us talk about some of the things that
could be better this year than last. I have some
(ahem) opinions about this.

Great -- let's hear 'em ;-)

Joe

#7elein
elein@varlena.com
In reply to: Joe Conway (#6)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

On Thu, Dec 18, 2003 at 09:00:37PM -0800, Joe Conway wrote:

elein wrote:

It would be nice to have some sort of knowledge
of which postgres people are speaking. I am
planning on submitting a talk as I did last year.

I'm thinking of doing a tutorial -- something like "Extending PostgreSQL
with C" -- show/explain (comments/additions welcome):
- contrib build system basics
- building a simple scalar function
- I/O functions and a building custom datatype
- simple polymorphic scalar functions
- SRF using the one-row-at-a-time api
- SRF using a tuplestore

This was the tutorial I submitted last year that was rejected.
Perhaps we will all have better luck this year.
Add the explanation of the many macros. They and
the internal represenations of data types (varlenas :-)
are not familiar or obvious to others. (I'll go
through my notes for other ideas.)

I think it would be nice if we had a tutorial or session on advanced use
of each PL -- at least for the most commonly used ones.

It would help us coordinate the BOF better.
We did not do a good job last year. It would
also help us talk about some of the things that
could be better this year than last. I have some
(ahem) opinions about this.

Great -- let's hear 'em ;-)

In the next message...

Show quoted text

Joe

#8elein
elein@varlena.com
In reply to: Joe Conway (#6)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

On Thu, Dec 18, 2003 at 09:00:37PM -0800, Joe Conway wrote:

elein wrote:

It would be nice to have some sort of knowledge
of which postgres people are speaking. I am
planning on submitting a talk as I did last year.

I'm thinking of doing a tutorial -- something like "Extending PostgreSQL
with C" -- show/explain (comments/additions welcome):
- contrib build system basics
- building a simple scalar function
- I/O functions and a building custom datatype
- simple polymorphic scalar functions
- SRF using the one-row-at-a-time api
- SRF using a tuplestore

I think it would be nice if we had a tutorial or session on advanced use
of each PL -- at least for the most commonly used ones.

It would help us coordinate the BOF better.
We did not do a good job last year. It would
also help us talk about some of the things that
could be better this year than last. I have some
(ahem) opinions about this.

Great -- let's hear 'em ;-)

Joe

From General Bits Issue #34: ( http://www.varlena.com/GeneralBits/34 )
PostgreSQL people were not particularly visible in the general milieu
of the conference. We were there, but not seen too much.
Several of the talks in the conference and discussions in our
birds of a feather session pointed out that open source projects
need to establish relationships with other open source organizations.
I know that some of us are members of more than one open source group,
but for the most part, we remain fairly isolated.

Talk to each other. Reason things out. This is open source so steal
ideas that work! For example, we need to have more visible, vocal
and active user groups across the world, including the United States.
And perl-mongers is quite successful. What advice can we get from them?

The establishment of relationships between people and groups was
raised in many different contexts at the conference. PostgreSQL,
the database, particularly plays well with others. Is there
something in this that we can use to promote our favorite database?

One mistake that was made at least once was to bad mouth the
perceived competition. Venting one's frustration is one thing,
but, particularly with our minimal visibility, we must make a good
impression.

Also to be noted (not from general bits):

I was the only one who hung out in the speaker room. This is
a key place where contacts with leaders of other groups can
be made. This is a good place to make a good impression.

We'll need to come into OSCON as a cohesive yet diverse
group and then show a united face and integrate with
other people and groups.

Doing the people thing is hard for a lot of us. But individually
my experience is that everyone I've met with postgresql is very
knowledgeable, friendly and personable.

Specific Ideas:

* Pre-plan the BOF. Make sure it is in the printed schedule.
* "Sponsor" a social outing. A postgres dinner, bar hours
or a walk along the river.
* Make sure all postgres speakers and tutorial instructors
are well "marked" as such. T-shirts or SIG stickers,
I suppose. Or just clear and readable badges.
* Attend sessions besides postgres and:
- interject how the project relates or could relate
to postgres, tactfully
- see how people hold good (and bad) sessions
- listen to see what people are talking about and
how that will integrate in your work and with postgres
possibilities.
* Have a booth (Josh, can we have a little booth?) or a corner
staffed by someone who can provide information and help
people find answers to questions about postgres.

Obviously there is always more to be done. But at very least
we should focus on visibility and friendliness.

elein

#9Shridhar Daithankar
shridhar_daithankar@myrealbox.com
In reply to: Josh Berkus (#2)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

On Friday 19 December 2003 08:22, Josh Berkus wrote:

Greg,

The call for participation has been issued for the 2004 O'Reilly
Open Source convention, and once again, PostgreSQL has a track:

Hmmmm ... I think we're double-tracking here -- O'Reilly e-mailed me
seperately today. Just one of us should be the contact point.

Also, Jillian, are you up for helping to organize this?

I really do think that we, as a community, should try to organize who's
going to propose what in order to have a "complete track" for PostgreSQL
this time, rather than just encouraging people to apply willy-nilly.

We need a central task tracking system rather than mailing list. We have
discussed this before as well (I think)

Mailing list is not the way to go at it.. Something like OGO(open groupware)
would be good enough I guess..

Shridhar

#10Greg Sabino Mullane
greg@turnstep.com
In reply to: Josh Berkus (#3)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Just to clarify, I am not the "contact person" for O'Reilly, I
just noticed that the call for participation was out and wanted
to share that with the community.

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200312190706

-----BEGIN PGP SIGNATURE-----

iD8DBQE/4unYvJuQZxSWSsgRAgOUAKCGz9GmirorxvFA9q8qGyHenI0QBACaA/gg
v1qHgFl1fwI/eS3Ni6rAK5w=
=UWV5
-----END PGP SIGNATURE-----

#11Robert Bernier
robert.bernier5@sympatico.ca
In reply to: Greg Sabino Mullane (#10)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

Anybody here got a running correspondance with chromatic? Who ever does
should be the one

Robert

Greg Sabino Mullane wrote:

Show quoted text

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Just to clarify, I am not the "contact person" for O'Reilly, I
just noticed that the call for participation was out and wanted
to share that with the community.

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200312190706

-----BEGIN PGP SIGNATURE-----

iD8DBQE/4unYvJuQZxSWSsgRAgOUAKCGz9GmirorxvFA9q8qGyHenI0QBACaA/gg
v1qHgFl1fwI/eS3Ni6rAK5w=
=UWV5
-----END PGP SIGNATURE-----

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

#12Josh Berkus
josh@agliodbs.com
In reply to: elein (#5)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

Folks,

This does not have anything to do with who is talking
to O'Reilly by the way. Remember, they had a single
point of contact failure last year and caused some
hard feelings. It is *good* that they've sent out
notices to several of us. Now we just have to act
like we are sort of coordinated...

Yeah, it's just that they asked me yesterday if I was the "official" contact.
I do think that one person (picked by us) should talk to O'Reilly. Otherwise
they're liable to receive multiple messages and get confused.

Who's funding whom to do what at the conference?

Um ... funding? I'm paying my own way; I presume that Bruce will get paid
for by his employer; otherwise we're pay-as-you-go. We probably have a
little money for printing stuff (like a few $100) but that's it.

Alternately, maybe it's time to try to get the fundraising operation into
gear. Greg? What's our status for setup?

Just to clarify, I am not the "contact person" for O'Reilly, I
just noticed that the call for participation was out and wanted
to share that with the community.

Sorry, Greg. I thought you worked with them and might want to be the contact.

We need a central task tracking system rather than mailing list. We have
discussed this before as well (I think)

Mailing list is not the way to go at it.. Something like OGO(open
groupware) would be good enough I guess..

I don't remember this discussion, Shridhar. You have a server we can get
accounts on? I do think that some sort of collaboration system is a good
idea, but not if we spend effort on the collaboration system that could be
spent on prep.

--
Josh Berkus
Aglio Database Solutions
San Francisco

#13Joshua D. Drake
jd@commandprompt.com
In reply to: elein (#7)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

Hello,

As OSCON is in Portland (I think?). I might also be willing to host an
informal get together
here at Command Prompt for everyone.

Sincerely,

Joshua D. Drake

elein wrote:

On Thu, Dec 18, 2003 at 09:00:37PM -0800, Joe Conway wrote:

elein wrote:

It would be nice to have some sort of knowledge
of which postgres people are speaking. I am
planning on submitting a talk as I did last year.

I'm thinking of doing a tutorial -- something like "Extending PostgreSQL
with C" -- show/explain (comments/additions welcome):
- contrib build system basics
- building a simple scalar function
- I/O functions and a building custom datatype
- simple polymorphic scalar functions
- SRF using the one-row-at-a-time api
- SRF using a tuplestore

This was the tutorial I submitted last year that was rejected.
Perhaps we will all have better luck this year.
Add the explanation of the many macros. They and
the internal represenations of data types (varlenas :-)
are not familiar or obvious to others. (I'll go
through my notes for other ideas.)

I think it would be nice if we had a tutorial or session on advanced use
of each PL -- at least for the most commonly used ones.

It would help us coordinate the BOF better.
We did not do a good job last year. It would
also help us talk about some of the things that
could be better this year than last. I have some
(ahem) opinions about this.

Great -- let's hear 'em ;-)

In the next message...

Joe

-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL
#14Joshua D. Drake
jd@commandprompt.com
In reply to: Robert Bernier (#11)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

Robert Bernier wrote:

Anybody here got a running correspondance with chromatic? Who ever
does should be the one

I talk with chromatic occassionaly. In fact I just sent a list of
authors over.

J

Robert

Greg Sabino Mullane wrote:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Just to clarify, I am not the "contact person" for O'Reilly, I
just noticed that the call for participation was out and wanted
to share that with the community.

- --
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200312190706

-----BEGIN PGP SIGNATURE-----

iD8DBQE/4unYvJuQZxSWSsgRAgOUAKCGz9GmirorxvFA9q8qGyHenI0QBACaA/gg
v1qHgFl1fwI/eS3Ni6rAK5w=
=UWV5
-----END PGP SIGNATURE-----

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL
#15Robert Treat
xzilla@users.sourceforge.net
In reply to: Josh Berkus (#2)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

On Thu, 2003-12-18 at 21:52, Josh Berkus wrote:

Greg,

The call for participation has been issued for the 2004 O'Reilly
Open Source convention, and once again, PostgreSQL has a track:

Hmmmm ... I think we're double-tracking here -- O'Reilly e-mailed me
seperately today. Just one of us should be the contact point.

Also, Jillian, are you up for helping to organize this?

I really do think that we, as a community, should try to organize who's going
to propose what in order to have a "complete track" for PostgreSQL this time,
rather than just encouraging people to apply willy-nilly.

Here are ideas for possible presentations that either people have
mentioned to me or I have been kicking around:

Introduction to PostgreSQL - a brief run down on features,
set-up/administration, where to get help and information, where to find
add-on software,

PostgreSQL on Windows - Showcase postgresql native windows (hopefully),
explain how the different tools work, cover ODBC information.

From LRU to ARC - explain the changes involved in the switch and the
reasoning behind it.

Full Text Indexing with tsearch2 - explain how it all works

Optimizing PostgreSQL queries - explain output of explain commands and
what too look for in them. Also go over logging options that can help

PostgreSQL Advanced Tools and Tricks - examples of using complex
functions / data types / operators, using rules to make updateable
views, using triggers to make materialized views.

Replication - give a run down of various replication solutions,
including rserv in contrib, and rserve/slony from gborg. Potentially
highlight commercial offerings.

PostGIS - explain what it is, how you use it, how it's handy.

DataWarehousing with PostgreSQL - Cover improvements in 7.4 for this,
also some items in contrib.

PostgreSQL war stories - A good example is the .org registry, but it's
been done, so showcase another "enterprise level" setup, or perhaps a
migration from Oracle/DB2/m$

Anyone care to add to the list, or claim one of these?

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

#16Joe Conway
mail@joeconway.com
In reply to: Robert Treat (#15)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

Robert Treat wrote:
[snip]

DataWarehousing with PostgreSQL - Cover improvements in 7.4 for this,
also some items in contrib.

[snip]

Anyone care to add to the list, or claim one of these?

I was considering this one for a 45 minute presentation.

Joe

#17elein
elein@varlena.com
In reply to: Robert Treat (#15)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

I like Joe's ideas about presentations on the
specific PLs. This crosses over with Robert's
idea about advanced Tools and Tricks.

So...I'm considering both a talk and a tutorial
proposal. I can't decide yet exactly what
I'm going to do, yet, but I need to put it
out so that if someone else wants one of
these topics we can either work together
or figure out who wants to do what.

* What is a ORDBMS? And how does postgresql
implement it? (talk)
* Advanced plpgsql (talk or tutorial)
* Basic plpython (talk or tutorial)
* Intro to postgresql (tutorial)
* Creating new datatypes (this might conflict
with Joe's tutorial). (tutorial)

--elein

Show quoted text

On Fri, Dec 19, 2003 at 01:41:15PM -0500, Robert Treat wrote:

On Thu, 2003-12-18 at 21:52, Josh Berkus wrote:

Greg,

The call for participation has been issued for the 2004 O'Reilly
Open Source convention, and once again, PostgreSQL has a track:

Hmmmm ... I think we're double-tracking here -- O'Reilly e-mailed me
seperately today. Just one of us should be the contact point.

Also, Jillian, are you up for helping to organize this?

I really do think that we, as a community, should try to organize who's going
to propose what in order to have a "complete track" for PostgreSQL this time,
rather than just encouraging people to apply willy-nilly.

Here are ideas for possible presentations that either people have
mentioned to me or I have been kicking around:

Introduction to PostgreSQL - a brief run down on features,
set-up/administration, where to get help and information, where to find
add-on software,

PostgreSQL on Windows - Showcase postgresql native windows (hopefully),
explain how the different tools work, cover ODBC information.

From LRU to ARC - explain the changes involved in the switch and the

reasoning behind it.

Full Text Indexing with tsearch2 - explain how it all works

Optimizing PostgreSQL queries - explain output of explain commands and
what too look for in them. Also go over logging options that can help

PostgreSQL Advanced Tools and Tricks - examples of using complex
functions / data types / operators, using rules to make updateable
views, using triggers to make materialized views.

Replication - give a run down of various replication solutions,
including rserv in contrib, and rserve/slony from gborg. Potentially
highlight commercial offerings.

PostGIS - explain what it is, how you use it, how it's handy.

DataWarehousing with PostgreSQL - Cover improvements in 7.4 for this,
also some items in contrib.

PostgreSQL war stories - A good example is the .org registry, but it's
been done, so showcase another "enterprise level" setup, or perhaps a
migration from Oracle/DB2/m$

Anyone care to add to the list, or claim one of these?

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

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

#18Josh Berkus
josh@agliodbs.com
In reply to: Greg Sabino Mullane (#1)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

Robert,

One talk that I think would be sure to be accepted would be something on
plphp, but I haven't personally found any great uses for it.

Well, until PL/PHP gets SPI, it's pretty much a toy. Joshua, how likely is
PL/PHP to have SPI before OSCON?

--
-Josh Berkus
Aglio Database Solutions
San Francisco

#19Robert Treat
xzilla@users.sourceforge.net
In reply to: elein (#17)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

On Fri, 2003-12-19 at 14:32, elein wrote:

I like Joe's ideas about presentations on the
specific PLs. This crosses over with Robert's
idea about advanced Tools and Tricks.

* Advanced plpgsql (talk or tutorial)
* Basic plpython (talk or tutorial)

One talk that I think would be sure to be accepted would be something on
plphp, but I haven't personally found any great uses for it. Joe's talk
last year on plR made a lot of sense, since it covered a lot of items
that you really couldn't do in the other pl's. However, with
plphp/pltcl/plpython/plperl I don't see anything that stands out.
Perhaps I should take a swing through your talk from last year on
plpython...is it on the web anywhere?

Robert Treat
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

#20Joshua D. Drake
jd@commandprompt.com
In reply to: Josh Berkus (#18)
hackersgeneral
Re: PostgreSQL speakers needed for OSCON 2004

Well, until PL/PHP gets SPI, it's pretty much a toy. Joshua, how likely is
PL/PHP to have SPI before OSCON?

In july? Extremely likely as well as plPerl.

-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL
#21Bruce Momjian
bruce@momjian.us
In reply to: Josh Berkus (#12)
hackersgeneral
#22Shridhar Daithankar
shridhar_daithankar@myrealbox.com
In reply to: Josh Berkus (#12)
hackersgeneral
#23Greg Sabino Mullane
greg@turnstep.com
In reply to: Josh Berkus (#12)
hackersgeneral
#24Bruce Momjian
bruce@momjian.us
In reply to: Greg Sabino Mullane (#23)
hackersgeneral
#25Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Greg Sabino Mullane (#23)
hackersgeneral
#26The Hermit Hacker
scrappy@hub.org
In reply to: Christopher Kings-Lynne (#25)
hackersgeneral
#27Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christopher Kings-Lynne (#25)
hackersgeneral
#28Chris Browne
cbbrowne@acm.org
In reply to: Greg Sabino Mullane (#23)
hackersgeneral
#29Joshua D. Drake
jd@commandprompt.com
In reply to: The Hermit Hacker (#26)
hackersgeneral
#30The Hermit Hacker
scrappy@hub.org
In reply to: Joshua D. Drake (#29)
hackersgeneral
#31Dan Langille
dan@langille.org
In reply to: The Hermit Hacker (#30)
hackersgeneral
#32The Hermit Hacker
scrappy@hub.org
In reply to: Dan Langille (#31)
hackersgeneral
#33Andrew Dunstan
andrew@dunslane.net
In reply to: The Hermit Hacker (#30)
hackersgeneral
#34Joshua D. Drake
jd@commandprompt.com
In reply to: The Hermit Hacker (#30)
hackersgeneral
#35Dan Langille
dan@langille.org
In reply to: Joshua D. Drake (#34)
hackersgeneral
#36Greg Sabino Mullane
greg@turnstep.com
In reply to: Bruce Momjian (#24)
hackersgeneral
#37Bruce Momjian
bruce@momjian.us
In reply to: Greg Sabino Mullane (#36)
hackersgeneral
#38Joshua D. Drake
jd@commandprompt.com
In reply to: Greg Sabino Mullane (#36)
hackersgeneral
#39Greg Sabino Mullane
greg@turnstep.com
In reply to: Joshua D. Drake (#38)
hackersgeneral
#40Josh Berkus
josh@agliodbs.com
In reply to: Greg Sabino Mullane (#39)
hackersgeneral
#41Josh Berkus
josh@agliodbs.com
In reply to: Dan Langille (#35)
hackersgeneral
#42Robert Bernier
robert.bernier5@sympatico.ca
In reply to: Josh Berkus (#40)
hackersgeneral
#43Joshua D. Drake
jd@commandprompt.com
In reply to: Josh Berkus (#41)
hackersgeneral
#44Greg Sabino Mullane
greg@turnstep.com
In reply to: Josh Berkus (#40)
hackersgeneral
#45Josh Berkus
josh@agliodbs.com
In reply to: Joshua D. Drake (#43)
hackersgeneral
#46Josh Berkus
josh@agliodbs.com
In reply to: Joshua D. Drake (#43)
hackersgeneral
#47Josh Berkus
josh@agliodbs.com
In reply to: Josh Berkus (#46)
hackersgeneral
#48Joshua D. Drake
jd@commandprompt.com
In reply to: Josh Berkus (#47)
hackersgeneral
#49Josh Berkus
josh@agliodbs.com
In reply to: Joshua D. Drake (#48)
hackersgeneral
#50Robert Treat
xzilla@users.sourceforge.net
In reply to: Josh Berkus (#47)
hackersgeneral
#51Josh Berkus
josh@agliodbs.com
In reply to: Robert Treat (#50)
hackersgeneral
#52Joshua D. Drake
jd@commandprompt.com
In reply to: Josh Berkus (#49)
hackersgeneral
#53Josh Berkus
josh@agliodbs.com
In reply to: The Hermit Hacker (#30)
hackersgeneral
#54Peter Eisentraut
peter_e@gmx.net
In reply to: Josh Berkus (#51)
hackersgeneral
#55Joshua D. Drake
jd@commandprompt.com
In reply to: Robert Treat (#50)
hackersgeneral
#56Bruno Wolff III
bruno@wolff.to
In reply to: Josh Berkus (#51)
hackersgeneral
#57Joshua D. Drake
jd@commandprompt.com
In reply to: Peter Eisentraut (#54)
hackersgeneral
#58Peter Eisentraut
peter_e@gmx.net
In reply to: Joshua D. Drake (#57)
hackersgeneral
#59Keith C. Perry
netadmin@vcsn.com
In reply to: Peter Eisentraut (#54)
hackersgeneral
#60The Hermit Hacker
scrappy@hub.org
In reply to: Josh Berkus (#47)
hackersgeneral
#61The Hermit Hacker
scrappy@hub.org
In reply to: Robert Treat (#50)
hackersgeneral
#62The Hermit Hacker
scrappy@hub.org
In reply to: Josh Berkus (#51)
hackersgeneral
#63Keith Perry
keith@vcsn.com
In reply to: Joshua D. Drake (#55)
hackersgeneral
#64The Hermit Hacker
scrappy@hub.org
In reply to: Joshua D. Drake (#57)
hackersgeneral
#65Keith C. Perry
netadmin@vcsn.com
In reply to: Joshua D. Drake (#55)
hackersgeneral
#66Bruce Momjian
bruce@momjian.us
In reply to: Joshua D. Drake (#55)
hackersgeneral
#67Josh Berkus
josh@agliodbs.com
In reply to: Bruce Momjian (#66)
hackersgeneral
#68Joshua D. Drake
jd@commandprompt.com
In reply to: Keith Perry (#63)
hackersgeneral
#69Joshua D. Drake
jd@commandprompt.com
In reply to: Bruce Momjian (#66)
hackersgeneral
#70The Hermit Hacker
scrappy@hub.org
In reply to: Joshua D. Drake (#69)
hackersgeneral
#71Joshua D. Drake
jd@commandprompt.com
In reply to: Josh Berkus (#67)
hackersgeneral
#72The Hermit Hacker
scrappy@hub.org
In reply to: Joshua D. Drake (#71)
hackersgeneral
#73Joshua D. Drake
jd@commandprompt.com
In reply to: The Hermit Hacker (#72)
hackersgeneral
#74Chris Travers
chris@travelamericas.com
In reply to: The Hermit Hacker (#30)
hackersgeneral
#75Robert Treat
xzilla@users.sourceforge.net
In reply to: Joshua D. Drake (#68)
hackersgeneral
#76Joshua D. Drake
jd@commandprompt.com
In reply to: Robert Treat (#75)
hackersgeneral
#77Alex Satrapa
alex@lintelsys.com.au
In reply to: Joshua D. Drake (#76)
hackersgeneral
#78Chris Travers
chris@travelamericas.com
In reply to: The Hermit Hacker (#30)
hackersgeneral
#79Robert Treat
xzilla@users.sourceforge.net
In reply to: Joshua D. Drake (#76)
hackersgeneral
#80Keith C. Perry
netadmin@vcsn.com
In reply to: Joshua D. Drake (#68)
hackersgeneral
#81Keith C. Perry
netadmin@vcsn.com
In reply to: Alex Satrapa (#77)
hackersgeneral
#82Chris Travers
chris@travelamericas.com
In reply to: The Hermit Hacker (#30)
hackersgeneral
#83Chris Browne
cbbrowne@acm.org
In reply to: The Hermit Hacker (#30)
hackersgeneral
#84Bruno Wolff III
bruno@wolff.to
In reply to: Keith C. Perry (#80)
hackersgeneral
#85Bruce Momjian
bruce@momjian.us
In reply to: Chris Travers (#82)
hackersgeneral
#86Joshua D. Drake
jd@commandprompt.com
In reply to: Robert Treat (#79)
hackersgeneral
#87Keith C. Perry
netadmin@vcsn.com
In reply to: Bruno Wolff III (#84)
hackersgeneral
#88Robert Treat
xzilla@users.sourceforge.net
In reply to: Bruce Momjian (#85)
hackersgeneral
#89Alex Satrapa
alex@lintelsys.com.au
In reply to: Chris Travers (#82)
hackersgeneral