Re: Semi-customized queries? Subset of SQL? Accessing the parser? Injection? - Mailing list 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.

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: I'm puzzled by a foreign key constraint problem
Next
From: "David Wilson"
Date:
Subject: Re: Semi-customized queries? Subset of SQL? Accessing the parser? Injection?