Re: [PATCHES] Dollar quoting docs, round 1

2004-04-28 Thread Peter Eisentraut
David Fetter wrote: Kind people, Please find attached a diff to the SGML docs that attempts to go over the new dollar quoting feature. I think we should just use $$ in each case. Otherwise it might look more complicated than before. ---(end of

[PATCHES] Turning off cluster patch

2004-04-28 Thread Christopher Kings-Lynne
Hi, The attached patch adds a new command: ALTER TABLE [ONLY] foo SET WITHOUT CLUSTER; I would probably have preferred the DROP CLUSTER syntax, but it doesn't seem easy to get working without shift/reduce problems. It has support for inheritance. I have also fixed the previously detailed

Re: [PATCHES] FW: Timezone library

2004-04-28 Thread Peter Eisentraut
Am Tuesday 27 April 2004 05:06 schrieb Bruce Momjian: I assume we want to integrate our own timezone library into PostgreSQL. We have talked about it for a few releases, and Magnus has done it for us because Win32 needs it for pre-1970 dates. The patch to PostgreSQL is 100 lines of diff, and

Re: [PATCHES] Dollar quoting docs, round 1

2004-04-28 Thread Bruce Momjian
Peter Eisentraut wrote: David Fetter wrote: Kind people, Please find attached a diff to the SGML docs that attempts to go over the new dollar quoting feature. I think we should just use $$ in each case. Otherwise it might look more complicated than before. Agreed. I was worried

Re: [PATCHES] SECURITY DEFINER not being propagated...

2004-04-28 Thread Tom Lane
Sean Chittenden [EMAIL PROTECTED] writes: Without any rationale as to why CREATE TEMP TABLEs checks the session user in the archives, could we open this up for discussion again? Well, let me put it this way: if you want to change the behavior you're going to have to work much harder than just

Re: [PATCHES] FW: Timezone library

2004-04-28 Thread Bruce Momjian
Peter Eisentraut wrote: Am Tuesday 27 April 2004 05:06 schrieb Bruce Momjian: I assume we want to integrate our own timezone library into PostgreSQL. We have talked about it for a few releases, and Magnus has done it for us because Win32 needs it for pre-1970 dates. The patch to