Re: [PATCHES] FAQ update

2004-11-26 Thread Bruce Momjian
I have added this to the developer's FAQ. --- Robert Treat wrote: > > added question on website development > > -- > Robert Treat > Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL [ Attachment, skipping...

Re: [PATCHES] [BUGS] solaris non gcc compiler debug options

2004-11-26 Thread Bruce Momjian
Kris Jurka wrote: > > Compiling on solaris with a non gcc compiler does not correctly enable > debugging when --enable-debug is specified. src/template/solaris is > specifying CFLAGS="-O -v" and -O overrides the -g that --enable-debug > adds. Good point. Our template files should be _adding_

Re: [PATCHES] psql: customizable readline history filename

2004-11-26 Thread Bruce Momjian
This has been saved for the 8.1 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Andreas Seltenreich wrote: > Hi, > > the following patch makes the filename used to store the readline > history customiz

Re: [PATCHES] Improvement to pg_trgm readme

2004-11-26 Thread Tom Lane
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes: > This adds mention of my latest tweak to the tsearch2/pg_trgm > integration. It is much better to create a word list of unstemmed words > than stemmed ones. Applied. regards, tom lane ---(end

Re: [DOCS] [PATCHES] SQL conformance related patch

2004-11-26 Thread Peter Eisentraut
Simon Riggs wrote: > The sections Supported Features and Unsupported Features cover both > Mandatory (Core) and Optional features in the same section. It would > be better to separate these, just as the SQL standard itself does in > Annex F - SQL Feature Taxonomy. > > This seems especially importan

Re: [PATCHES] SQL conformance related patch

2004-11-26 Thread Simon Riggs
On Thu, 2004-11-25 at 11:24, Troels Arvin wrote: > Simon also has ideas for improvement of the conformance documentation > page (features.sgml), but that's probably a version 8.1 thing. I think > he'd better describe the ideas himself. ...since you mention it, I should explain: The sections Suppo

[PATCHES] compressed bitvectors for postgresql (and perl, php, etc)

2004-11-26 Thread Flynn
Hello everyone Although this is not a patch, I have developped a set of user-defined function to deal with compressed bitvectors, which are the same than bit varying but much smaller since they are compressed. Since I am in a process to migrate my applications from mysql to postgresql, they are