Re: [PATCHES] Charset WIN1252

2004-11-28 Thread Peter Eisentraut
Bruce Momjian wrote: > Your patch has been added to the PostgreSQL unapplied patches list > at: > > http://momjian.postgresql.org/cgi-bin/pgpatches > > It will be applied as soon as one of the PostgreSQL committers > reviews and approves it. He should send a patch, not a source tarball, so it's p

Re: [PATCHES] Faster install-sh in C

2004-11-28 Thread Bruce Momjian
This has been saved for the 8.1 release: http:/momjian.postgresql.org/cgi-bin/pgpatches2 --- Alvaro Herrera wrote: > Patchers, > > I wrote an "install" program in C. It's supposed to replace the > config/install-s

Re: [PATCHES] Updated Turkish FAQ

2004-11-28 Thread Bruce Momjian
Patch applied. Thanks. --- Devrim GUNDUZ wrote: > Hi, > > Attached is the updated Turkish FAQ. Could you please apply it? > > Also, on main FAQ, the latest release seems 7.4.5, it should be > corrected. > > Regards, > -

Re: [PATCHES] fix compile warning for pg_backup_tar.c

2004-11-28 Thread Bruce Momjian
I have added a comment explaining the possible compiler warning: /* * Some compilers with throw a warning knowing this test can never be * true because off_t can't exceed the compared maximum. */ if (th->fileLen > MAX_TAR_MEMBER_FILELEN) die_horribly(AH, modulenam

Re: [PATCHES] fix typos in pt_br FAQ

2004-11-28 Thread Bruce Momjian
Patch applied. Thanks. --- Euler Taveira de Oliveira wrote: > Hi, > > Attached is a patch that correct two typos in pt_BR FAQ. > > Please apply. > > > = > Euler Taveira de Oliveira > euler[at]yahoo_com_br > >

Re: [PATCHES] Charset WIN1252

2004-11-28 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. --- Ro

Re: [PATCHES] [HACKERS] Path expansion in initdb

2004-11-28 Thread Bruce Momjian
Peter Eisentraut wrote: > It used to be that calling > > initdb -D /some/where > > suggested starting > > postmaster -D /some/where > > and > > ./mydir/bin/initdb -D ./mydir/var/data > > suggested starting > > ./mydir/bin/postmaster -D ./mydir/var/data > > In the current sou

Re: [PATCHES] pg_dumplo schema support

2004-11-28 Thread Tom Lane
Karel Zak <[EMAIL PROTECTED]> writes: > here is a patch with: > * support absolute paths in dump index > * support for schemas > * queries to catalog uses "pg_catalog." prefix > * default directory is $PWD or "." > * check index file format > * schema support is backward compatible (default schem

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

2004-11-28 Thread Kris Jurka
On Sat, 27 Nov 2004, Bruce Momjian wrote: > 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 > >

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

2004-11-28 Thread Simon Riggs
On Fri, 2004-11-26 at 22:34, Peter Eisentraut wrote: > 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 > > Ann