Rudi Starcevic writes:
> I can't see why my sql here is throwing an error,
(Next time it might be nice to show *what* error...)
> SELECT *
> FROM plan_template
> WHERE public = true;
"public" is a reserved word. You need to double-quote it to be able to
use it.
--
Peter Eisentraut peter_e(at)gmx(dot)net