[HACKERS] Timezone bugs

2005-07-20 Thread Kevin McArthur
ch is logically invalid).   The application of this whole problem is for a VoIP network to be able to handle evening and weekend calling based on cities. Evening being after 6pm in vacouver per se. Current and historical processing of the time zone data is also a requirement.   Hope that helps.   Kevin McArthur   Director StormTide Digital Studios Inc.        

[HACKERS] RESULT_OID Bug

2005-07-26 Thread Kevin McArthur
= RESULT_OID;  RETURN insert_oid_var; END;$oidtest$ Language plpgsql;   select oidtest();   if its working you will see an oid, if its failing you will see 1 row with blank data.   Kevin McArthur  

Re: [HACKERS] RESULT_OID Bug

2005-07-26 Thread Kevin McArthur
> To: "Kevin McArthur" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 26, 2005 4:19 PM Subject: Re: [HACKERS] RESULT_OID Bug On Tue, Jul 26, 2005 at 03:36:26PM -0700, Kevin McArthur wrote: Recent cvs versions are failing the following script; create table oidtest(a time defa

Re: [HACKERS] RESULT_OID Bug

2005-07-26 Thread Kevin McArthur
FUNCTION test3=# test3=# SELECT oidtest(); oidtest - (1 row) - Original Message - From: "Michael Fuhr" <[EMAIL PROTECTED]> To: "Kevin McArthur" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 26, 2005 4:58 PM Subject: Re: [HACKERS] RESULT_OID Bug On

Re: [HACKERS] RESULT_OID Bug

2005-07-27 Thread Kevin McArthur
f the equation). Kevin McArthur - Original Message - From: "Neil Conway" <[EMAIL PROTECTED]> To: "Michael Fuhr" <[EMAIL PROTECTED]> Cc: "Tom Lane" <[EMAIL PROTECTED]>; "Kevin McArthur" <[EMAIL PROTECTED]>; Sent:

Re: [HACKERS] RESULT_OID Bug

2005-07-27 Thread Kevin McArthur
> To: "Kevin McArthur" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, July 26, 2005 4:19 PM Subject: Re: [HACKERS] RESULT_OID Bug On Tue, Jul 26, 2005 at 03:36:26PM -0700, Kevin McArthur wrote: Recent cvs versions are failing the following script; create table oidtest(a time defa

Re: [HACKERS] RESULT_OID Bug

2005-07-27 Thread Kevin McArthur
Changing just the one appears to resolve the oid bug. Should probably talk to neilc to see why he changed it. I will pass along a patch for this particular case to -patches shortly Kevin McArthur - Original Message - From: "Andrew Dunstan" <[EMAIL PROTECTED]> To: &

Re: [HACKERS] RESULT_OID Bug

2005-07-27 Thread Kevin McArthur
Sounds plausible. Can anyone comment on whether the other instances of isnull=false being removed need to be reset to =false Kevin McArthur - Original Message - From: "Michael Fuhr" <[EMAIL PROTECTED]> To: "Kevin McArthur" <[EMAIL PROTECTED]> Cc: &q

Re: [HACKERS] RESULT_OID Bug

2005-07-28 Thread Kevin McArthur
It is the only one that currently appears to _for this bug_. Kevin - Original Message - From: "Andrew Dunstan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Wednesday, July 27, 2005 11:57 AM Subject: Re: [HACKERS] RESULT_OID Bug Andrew - Supernews wrote: On 2005-07-27, M

[HACKERS] FreeBSD ICU was Win32 unicode vs ICU

2005-08-24 Thread Kevin McArthur
Should the postgresql project also be looking at CLDR for cross-platform unicode support? http://www.unicode.org/cldr/ Kevin McArthur Digifonica Canada - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Magnus Hagander" <[EMAIL PROTECTED]>

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-16 Thread Kevin McArthur
eature too. Select into works but it would be silly to see something like select a into somevariable from (insert into tablename (a) default values returning a) instead of an extension to the insert statement itself. Kevin McArthur - Original Message - From: "Rod Taylor" <[EMAIL

Re: [HACKERS] PostgreSQL roadmap for 8.2 and beyond.

2005-10-17 Thread Kevin McArthur
ms like it would be a very useful interface, so if this patch doesnt support implementing this, someone should fix that. (I'd check/fix it myself, but i don't have much of a clue when it comes to c programming) Kevin McArthur - Original Message - From: "Dave Cramer" &

Re: [HACKERS] why is gist index taking so much space on the disc

2005-11-21 Thread Kevin McArthur
Is there any way to base the operators based on the text representation of the type for strict equality (not to be confused with same or equivilent) and thus use that not as an ordering method, but as a simple equality for uniqueness. Kevin McArthur - Original Message - From: "

Re: [HACKERS] order by, for custom types

2005-11-22 Thread Kevin McArthur
ing. Is there any way to base the operators based on the text representation of the type for strict equality (not to be confused with same or equivilent) and thus use that not as an ordering method, but as a simple equality for uniqueness. Kevin McArthur - Original Message - From: &quo