Query in postgreSQL version Windows

From: "Ardian Xharra \(Boxxo\)" <axharra(at)boxxo(dot)info>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Query in postgreSQL version Windows
Date: 2006-01-02 20:48:51
Message-ID: 013a01c60fdd$effafbf0$6a01a8c0@BOXXO.ARDIAN
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 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

Attachment Content-Type Size
unknown_filename text/plain 147 bytes

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ardian Xharra (Boxxo) 2006-01-02 21:01:56 Query in postgreSQL version Windows
Previous Message alexandre - aldeia digital 2006-01-02 20:44:42 Re: pg_dump error codes