Re: [PATCHES] patches in the pipe?

2004-04-23 Thread Bruce Momjian
Fabien COELHO wrote: > > Dear Bruce, > > > > > > (1) Date: Mon, 12 Apr 2004 17:36:55 +0200 (CEST) > > > > > Subject: [PATCHES] aclitem accessor functions > > > > Would you repost and we can review it again. > > > > > > (2) Date: Sat, 17 Apr 2004 19:35:57 +0200 (CEST) > > > > > Subject: [

Re: [PATCHES] patches in the pipe?

2004-04-23 Thread Fabien COELHO
Dear Bruce, > > > > (1) Date: Mon, 12 Apr 2004 17:36:55 +0200 (CEST) > > > > Subject: [PATCHES] aclitem accessor functions > > > Would you repost and we can review it again. > > > > (2) Date: Sat, 17 Apr 2004 19:35:57 +0200 (CEST) > > > > Subject: [PATCHES] 'information_schema' considere

[PATCHES] ceiling() and power() (SQL2003)

2004-04-23 Thread Neil Conway
This patch makes the following changes: (1) Add ceiling() as an alias for ceil() (both double precision and numeric variants). This is required by SQL2003, so both spellings of the function name have been documented. (2) Add power() as an alias for pow(). SQL2003 only defines power() AFAICS. R