Query in postgreSQL version Windows

From: "Ardian Xharra" <axharra(at)boxxo(dot)info>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Query in postgreSQL version Windows
Date: 2006-01-02 19:38:40
Message-ID: 000a01c60fd4$223e9d10$de01a8c0@test
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello, there
I installed PostgreSQL on windows and when I try to run some query's pgadmin says an error. I know that if I change the query this it will work but is it possible to make this quey work in this way

SELECT atthasdef
FROM pg_attribute
WHERE attrelid=pg_class.oid AND pg_class.relname='client_overtime' AND attname='id_client_overtime'

Thx

Browse pgsql-general by date

  From Date Subject
Next Message alexandre - aldeia digital 2006-01-02 20:44:42 Re: pg_dump error codes
Previous Message Mike 2006-01-02 19:21:40 How to search?