Re: [BUGS] ctrl \ makes psql 8.2.5 dump core

2008-01-03 Thread Shelby Cain
I believe this is expected behavior the Ctrl-\ keystroke will cause a SIGQUIT to the current process. Any program that doesn't explicitly handle SIGQUIT will abort. Regards, Shelby Cain - Original Message From: Jeff Ross <[EMAIL PROTECTED]> To: PostgreSQL Sent: Thursday

Re: [BUGS] BUG #3416: User 'postgres' could not be created: access Denied

2007-06-27 Thread Shelby Cain
Hiroshi, Wouldn't it be better to start an elevated command prompt (right-click command prompt -> run as admin) and run the installer directly from the command line instead of disabling UAC? Does that not work? Regards, Shelby Cain - Original Message From: Hiroshi Saito

Re: [BUGS] "Julian day" date format is off by 12 hours

2007-02-03 Thread Shelby Cain
* ERROR at line 1: ORA-01821: date format not recognized Regards, Shelby Cain - Original Message From: Bruce Momjian <[EMAIL PROTECTED]> To: David Lee Lambert <[EMAIL PROTECTED]> Cc: pgsql-bugs@postgresql.org Sent: Saturday, February 3, 2007 5:56:00 PM Sub

Re: [BUGS] BUG #2609: server crash at 182 connections still alive.

2006-09-12 Thread Shelby Cain
Actually, it looks like the backend that handles the connection is the culprit and not the poastmaster. Sorry for the incorrect info. - Original Message From: Shelby Cain <[EMAIL PROTECTED]> To: Joek Hondius <[EMAIL PROTECTED]>; pgsql-bugs@postgresql.org Sent: Thursday,

Re: [BUGS] BUG #2609: server crash at 182 connections still alive.

2006-09-07 Thread Shelby Cain
c.exe (GCC) 3.4.2 (mingw-special)" Regards, Shelby Cain - Original Message From: Joek Hondius <[EMAIL PROTECTED]> To: pgsql-bugs@postgresql.org Sent: Thursday, September 7, 2006 7:47:24 AM Subject: [BUGS] BUG #2609: server crash at 182 connections still alive. The follow

Re: [BUGS] BUG #1630: Wrong conversion in to_date() function. See example.

2005-04-27 Thread Shelby Cain
ECT to_date('2005-02-29', '-MM-DD') from dual ORA-01839: date not valid for month specified SELECT to_date('2005-02-32', '-MM-DD') from dual; ORA-01847: day of month must be between 1 and last day of month ===

[BUGS] ecpg mapping struct members for indicators incorrectly?

2004-06-05 Thread Shelby Cain
ct instead of myind which will cause a compile error. Regards, Shelby Cain __ Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. http://antispam.yahoo.com/tools ---(end of broadcast)--- TIP 7: don&

Re: [BUGS] ecpg mapping struct members for indicators incorrectly?

2004-02-25 Thread Shelby Cain
--- Michael Meskes <[EMAIL PROTECTED]> wrote: > On Thu, Feb 19, 2004 at 11:57:33AM -0800, Shelby > Cain wrote: > > I'm coming from a Pro*C background so I'm not > entirely > > certain whether what I am attempting is simply not > > allowed in ecpg or not.