[BUGS] BUG #14810: Create Index on table creation missing quotes.

Поиск
Список
Период
Сортировка
От sokaku@zoho.com
Тема [BUGS] BUG #14810: Create Index on table creation missing quotes.
Дата
Msg-id 20170909235812.25640.51645@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14810
Logged by:          Steve Py
Email address:      sokaku@zoho.com
PostgreSQL version: 9.6.4
Operating system:   Windows 8.1
Description:

Steps to reproduce: Create a table using PascalCase field naming. Create an
index against one or more fields. Under the table's Scripts context menu,
select the CREATE Script.

Note that the columns are quoted correctly for the table creation. However,
the index creation scripts (nice that they are included) do not quote on the
field names.

A feature request for the table creation scripts: Could a commented out
statement be added for any sequences associated with columns in the table?


--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #14808: V10-beta4, backend abort
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #14808: V10-beta4, backend abort