Re: [DOCS]

2003-11-10 Thread Michael Glaesemann
On Monday, November 10, 2003, at 01:16 AM, Peter Eisentraut wrote: I don't mind including graphics, but there needs to be a maintenance path. SVG might be something to try. You could even create a simpler catalog description file in an ad-hoc XML format and then create the SVG automatically. I

Re: [DOCS]

2003-11-10 Thread Josh Berkus
Guys, > > By the way, when done well, pictures like the catalog layout, the > > backend > > flow chart, or a graphical representation of a query plan also make > > nice > > posters. > > Now there's a thought. The docs might be pretty much taken care of, but > when's your next presentation? :) Tha

Re: [DOCS]

2003-11-10 Thread Peter Eisentraut
Michael Glaesemann writes: > > By the way, when done well, pictures like the catalog layout, the > > backend > > flow chart, or a graphical representation of a query plan also make > > nice > > posters. > > Now there's a thought. The docs might be pretty much taken care of, but > when's your next

Re: [DOCS] Runtime Basics

2003-11-10 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches I will try to apply it within the next 48 hours to HEAD and 7.4.X. --- Josh Berkus wrote: > Pe

Re: [DOCS] Runtime Basics

2003-11-10 Thread Josh Berkus
Bruce, > Your patch has been added to the PostgreSQL unapplied patches list at: > > http://momjian.postgresql.org/cgi-bin/pgpatches > > I will try to apply it within the next 48 hours to HEAD and 7.4.X. Please kill this patch. Peter pointed out a number of SGML mistakes and contextual p

Re: [DOCS] Runtime Basics

2003-11-10 Thread Bruce Momjian
Josh Berkus wrote: > Bruce, > > > Your patch has been added to the PostgreSQL unapplied patches list at: > > > > http://momjian.postgresql.org/cgi-bin/pgpatches > > > > I will try to apply it within the next 48 hours to HEAD and 7.4.X. > > Please kill this patch. Peter pointed out a number

Re: [DOCS] Runtime Basics

2003-11-10 Thread Bruce Momjian
Patch withdrawn by author. --- Josh Berkus wrote: > Peter, > > > Please send a context diff (diff -c). > > Attached. > > -- > -Josh Berkus > Aglio Database Solutions > San Francisco [ Attachment, skipping... ] > > -

Re: [DOCS] Runtime Basics

2003-11-10 Thread Josh Berkus
Bruce, > I was wondering if this was the same patch, and I was sure you would > tell me if it was --- withdrawn. Yeah, sorry. I thought that it wouldn't be considered "submitted" until I sent it to pgsql-patches. -- Josh Berkus Aglio Database Solutions San Francisco -

Re: [DOCS] Runtime Basics

2003-11-10 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Your patch has been added to the PostgreSQL unapplied patches list at: Wasn't this patch withdrawn? regards, tom lane ---(end of broadcast)--- TIP 5: Have you checked our extensive

Re: [DOCS] Runtime Basics

2003-11-10 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > Your patch has been added to the PostgreSQL unapplied patches list at: > > Wasn't this patch withdrawn? Yep, removed from queue. -- Bruce Momjian| http://candle.pha.pa.us [EMAIL PROTECTED]

Re: [DOCS] Annotated release notes

2003-11-10 Thread Bruce Momjian
OK, release notes updated to: Allow polymorphic PL/pgSQL functions (Tom, Joe) Allow polymorphic SQL functions (Joe) Allow functions to accept arbitrary data types for input, and return arbitrary types. ---