[PATCHES] beta5 references beta4 in INSTALL

2003-10-23 Thread Robert Treat
better late than never? Robert Treat -- Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL Index: INSTALL === RCS file: /projects/cvsroot/pgsql-server/INSTALL,v retrieving revision 1.91 diff -c -r1.91 INSTALL *** INSTALL

[PATCHES] Tutorial fixes

2003-10-23 Thread Christopher Kings-Lynne
Fix two bugs in funcs.source that made the tutorial script fail. Make a LOT of fixes to syscat.source to: * Set search_path properly (and reset it) * Add schema name to all results * Add schema name to ORDER BY first * Make checks for user-defined objects match reality * format_type all type

Re: [PATCHES] two-phase commit

2003-10-23 Thread Heikki Linnakangas
Here is the second version of my two phase commit patch. Please see the discussion at the hackers-list. - Heikki twophase2.diff.gz Description: Binary data ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ?

Re: [PATCHES] Ant version detection

2003-10-23 Thread Barry Lind
Johann, I would suggest putting together a rough proposal of what functionality you want to add (and if appropriate how you want to add it) and send it to the pgsql-jdbc mail list. Then incorporate the feedback you get from the community. thanks, --Barry Johann Uhrmann wrote: Tom Lane wrote:

Re: [PATCHES] two-phase commit

2003-10-23 Thread Bruce Momjian
I assume you have looked at Satoshi Nagayasu's work: http://snaga.org/pgsql/ If not, would you work with him on something we can add to 7.5 when development starts? --- Heikki Linnakangas wrote: Hi, I saw some