column does not exist error - Mailing list pgsql-general

From Dave Coventry
Subject column does not exist error
Date
Msg-id 4cba5adc0911180523p6ee4c085pe967df012fc5279d@mail.gmail.com
Whole thread Raw
Responses Re: column does not exist error  (Raymond O'Donnell <rod@iol.ie>)
Re: column does not exist error  ("Naoko Reeves" <naoko@lawlogix.com>)
Re: column does not exist error  (Thomas Kellerer <spam_eater@gmx.net>)
Re: column does not exist error  (Vidhya Bondre <vbondre@zedo.com>)
Re: column does not exist error  (Thomas Markus <t.markus@proventis.net>)
Re: column does not exist error  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-general
Tearing my hair out, can anyone see what I'm doing wrong?

  SELECT title FROM node WHERE type=client;

ERROR:  column "client" does not exist
LINE 1: SELECT title FROM node WHERE type=client;

Yet this works:

 SELECT type FROM node;
  type
--------
 client
 client
 client
 client
 client
(5 rows)

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: Creating new database
Next
From: Raymond O'Donnell
Date:
Subject: Re: column does not exist error