[BUGS] BUG #14810: Create Index on table creation missing quotes. - Mailing list pgsql-bugs

From sokaku@zoho.com
Subject [BUGS] BUG #14810: Create Index on table creation missing quotes.
Date
Msg-id 20170909235812.25640.51645@wrigleys.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14808: V10-beta4, backend abort
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14808: V10-beta4, backend abort