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 21:01:56
Message-ID: 017301c60fdf$c3ba54d0$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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2006-01-02 21:29:15 Re: Query in postgreSQL version Windows
Previous Message Ardian Xharra (Boxxo) 2006-01-02 20:48:51 Query in postgreSQL version Windows