Re: Semi-customized queries? Subset of SQL? Accessing the parser? Injection?

From: "Webb Sprague" <webb(dot)sprague(at)gmail(dot)com>
To: "Steve Atkins" <steve(at)blighty(dot)com>
Cc: "pgsql General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Semi-customized queries? Subset of SQL? Accessing the parser? Injection?
Date: 2008-11-04 19:12:05
Message-ID: b11ea23c0811041112v690b0e7fldb52c727682c2c7b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> If they're that smart, they're smart enough to deal with SQL, and
> likely to be frustrated by a like-sql-but-not command language or
> a GUI query designer.
>
> Instead, create a user that only has enough access to read data (and
> maybe create temporary tables) and use that user to give them
> a sql commandline.
>
> It'll be drastically less development effort for you, and the end result
> is less likely to frustrate your users.

Can't do that. (Or I wouldn't have asked the question.) Need a WWW
interface, period.

Thanks for the comment, though.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Wilson 2008-11-04 19:31:54 Re: Semi-customized queries? Subset of SQL? Accessing the parser? Injection?
Previous Message Scott Marlowe 2008-11-04 18:47:43 Re: I'm puzzled by a foreign key constraint problem