Query in postgreSQL version Windows - Mailing list pgsql-general

From Ardian Xharra \(Boxxo\)
Subject Query in postgreSQL version Windows
Date
Msg-id 013a01c60fdd$effafbf0$6a01a8c0@BOXXO.ARDIAN
Whole thread Raw
List pgsql-general
Hello, there
I installed PostgreSQL on windows and when I try to run some queries 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'
 
This query works fine in PostgreSQL (Linux-Unix platform)
Thx

pgsql-general by date:

Previous
From: Christopher Browne
Date:
Subject: Re: Need Licensing Information for bundling POSTGRESQL With Softwares
Next
From: "Ardian Xharra \(Boxxo\)"
Date:
Subject: Query in postgreSQL version Windows