Re: CREATE DATABASE

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: CREATE DATABASE
Дата
Msg-id Pine.LNX.4.44.0311101812460.11030-100000@peter.localdomain
обсуждение исходный текст
Ответ на CREATE DATABASE  (jose <jose@sferacarta.com>)
Список pgsql-admin
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


В списке pgsql-admin по дате отправления:

Предыдущее
От: ow
Дата:
Сообщение: Vacuum verbose and entry timestamp
Следующее
От: me@shanewright.co.uk (Shane Wright)
Дата:
Сообщение: Trying to pg_restore a 7.1.3 db into 7.3.4 - stalling at 100% CPU w/ no disk access