Re: column and table names - Mailing list pgsql-novice

From Phillip Smith
Subject Re: column and table names
Date
Msg-id 003301c78855$2da62790$9b0014ac@wbaus090
Whole thread Raw
In response to column and table names  ("stephen`" <mail@xesoftware.com.au>)
List pgsql-novice

Try using double quotes:

… WHERE table_name =”marketLayout”

 

-----Original Message-----
From: pgsql-novice-owner@postgresql.org [mailto:pgsql-novice-owner@postgresql.org] On Behalf Of stephen`
Sent:
Thursday, 26 April 2007 17:54
To: pgsql-novice@postgresql.org
Subject: [NOVICE] column and table names

 

This one works, but the column name one below doesn’t. 

 

SELECT column_name FROM information_schema.columns WHERE table_name ='marketLayout'


*******************Confidentiality and Privilege Notice*******************

The material contained in this message is privileged and confidential to the addressee. If you are not the addressee indicated in this message or responsible for delivery of the message to such person, you may not copy or deliver this message to anyone, and you should destroy it and kindly notify the sender by reply email.

Information in this message that does not relate to the official business of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta. Weatherbeeta, its employees, contractors or associates shall not be liable for direct, indirect or consequential loss arising from transmission of this message or any attachments

pgsql-novice by date:

Previous
From: "Phillip Smith"
Date:
Subject: Re: pg_dump
Next
From: "Phillip Smith"
Date:
Subject: Re: How long does commit take?