Re: Inserting NULL into Integer column

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Rod Taylor <pg(at)rbt(dot)ca>
Cc: Jeremy Smith <jer(at)highboard(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Inserting NULL into Integer column
Date: 2004-02-18 21:50:12
Message-ID: Pine.LNX.4.33.0402181449220.3399-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

On Wed, 18 Feb 2004, Rod Taylor wrote:

> > Note that the ' marks aren't part of the string, they are the delimiter of
> > the string, and I always run every server with magic_quotes_gpc on.
> >
> > anything else? :-)
>
> Good point. I looked at the single quotes of the second line and somehow
> the DEFAULT got quoted as well ;)

Oh, and I'm stuck using add_slashes (or the magic_quotes_gpc thingie)
'cause I'm on a server that's being eoled in favor of .net, and it's
running PHP 4.0.6... ugh. We really gotta get it upgraded soon.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Wieck 2004-02-18 22:09:39 Re: [PATCHES] NO WAIT ...
Previous Message Bruce Momjian 2004-02-18 21:42:14 Re: [PATCHES] NO WAIT ...

Browse pgsql-sql by date

  From Date Subject
Next Message Sean Shanny 2004-02-19 00:51:08 Need some help with crafting a query to do major update
Previous Message Rod Taylor 2004-02-18 21:29:56 Re: Inserting NULL into Integer column