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
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,
*
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
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
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
--- 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.
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&
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
===