jose writes:
> PostgreSQL is not consistent in the way it uses upper/lower case to
> create databases and access it.
> Why psql -c 'CREATE DATABASE name_db' uses lower(name_db) an less the
> name is enclosed by "" but psql name_db ?
These are two different language bindings for the same functionality.
You could also claim that Unix is not consistent because C programs and
shell scripts provide different ways to do the same thing. You would be
right, but it's nevertheless quite intended that way.
--
Peter Eisentraut peter_e@gmx.net