Howto implement sxntax and semantic complie time chock for - Mailing list pgsql-general

From marco-oweber@gmx.de
Subject Howto implement sxntax and semantic complie time chock for
Date
Msg-id 20080529052349.GA20815@gmx.de
Whole thread Raw
Responses Re: Howto implement sxntax and semantic complie time chock for  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List pgsql-general
queries?
Message-ID: <20080529052258.GA19345@gmx.de>
Reply-To:
Froa: Marc Weber <marco-oweber@gmx.de>

Hi,

I'd like to implement some query checking at compile time for haskell
using template haskell.

Is there any query method such as
explain input and output types of query "SELECT (1,'string')"
or "INSERT INTO foo (a,b,c) VALUES (?,?,?)" ?
returning Int, String or such?

Thanks
Marc Weber

pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: small table, huge table, and a join = slow and tough query. cake inside!
Next
From: "Dave Page"
Date:
Subject: Re: Help with remote connection to remote Postgresql 8.3 Server...