Howto implement sxntax and semantic complie time chock for

From: marco-oweber(at)gmx(dot)de
To: pgsql-general(at)postgresql(dot)org
Subject: Howto implement sxntax and semantic complie time chock for
Date: 2008-05-29 05:24:30
Message-ID: 20080529052349.GA20815@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

queries?
Message-ID: <20080529052258(dot)GA19345(at)gmx(dot)de>
Reply-To:
Froa: Marc Weber <marco-oweber(at)gmx(dot)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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alban Hertroys 2008-05-29 06:17:07 Re: small table, huge table, and a join = slow and tough query. cake inside!
Previous Message hobbes 2008-05-29 04:58:06 Re: Help with remote connection to remote Postgresql 8.3 Server...