Return-Path: owner-postman
Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id MAA23141 for postgres-dist; Thu, 3 Feb 1994 12:02:41 -0800
Resent-From: POSTGRES mailing list <postman@postgres.Berkeley.EDU>
Resent-Message-Id: <199402032002.MAA23141@nobozo.CS.Berkeley.EDU>
X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol
Sender: owner-postman@postgres.Berkeley.EDU
X-Return-Path: owner-postman
Received: from afterlife.ncsc.mil (AFTERLIFE.NCSC.MIL [144.51.1.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id MAA23132 for <postgres@nobozo.CS.Berkeley.EDU>; Thu, 3 Feb 1994 12:02:40 -0800
Received: from purgatory.ncsc.mil (purgatory [144.51.1.3]) by afterlife.ncsc.mil (8.6.4/8.6.4) with SMTP id PAA12248 for <postgres@postgres.berkeley.edu>; Thu, 3 Feb 1994 15:02:04 -0500
Date: Thu, 3 Feb 1994 15:02:04 -0500
From: Lawrence Compton <lhcompt@afterlife.ncsc.mil>
Message-Id: <199402032002.PAA12248@afterlife.ncsc.mil>
To: postgres@postgres.Berkeley.EDU
Subject: NULL
Resent-To: postgres-dist@postgres.Berkeley.EDU
Resent-Date: Thu, 03 Feb 94 12:02:41 -0800
Resent-XMts: smtp

I'm attempting to rewrite a SYBASE database to run under POSTGRES.
I have a great deal of experience with SYBASE but am only up on
wobbly legs with POSTGRES. It isn't clear from the POSTGRES
documentation how 'NULL' is supposed to be expressed. I've tried
all sorts of syntactic permutations, but haven't been successful.
The syntax that seems to want to work is...

	NULL::<type>

However, I always get the following message when I use that syntax...

	Error: No response from the backend, exiting...

What I would like to know is whether or not I'm using the right syntax
for the NULL constant. IF I'm not, please let me know what the correct
syntax is. If I'm right, what are some likely causes of the 'backend'
refusing to communicate?? Thank you for your time!!

							Larry Compton
