| От | |
|---|---|
| Тема | BUG #2742: psql -c is not case sensitive |
| Дата | |
| Msg-id | 200611072311.kA7NBmbJ088682@wwwmaster.postgresql.org обсуждение |
| Ответы |
Re: BUG #2742: psql -c is not case sensitive
|
| Список | pgsql-bugs |
The following bug has been logged online:
Bug reference: 2742
Logged by:
Email address: chad.wilson@ngc.com
PostgreSQL version: 8.0rc5
Operating system: Linux Red Hat 8
Description: psql -c is not case sensitive
Details:
psql -c is not case sensitive...
If a schema is created with the command
psql -d dbname -c "CREATE SCHEMA "SCHEMA_name"
and is executed at the command line, then a schema is created for dbname
with the name schema_name.
If a schema is created with the commands
psql dbname
CREATE SCHEMA "SCHEMA_name";
and is executed from the psql command, then a schema is created for dbname
with the name SCHEMA_name.
Does this appear to be a bug?
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера