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

From: sokaku(at)zoho(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Cc: sokaku(at)zoho(dot)com
Subject: BUG #14810: Create Index on table creation missing quotes.
Date: 2017-09-09 23:58:12
Message-ID: 20170909235812.25640.51645@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14810
Logged by: Steve Py
Email address: sokaku(at)zoho(dot)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?

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2017-09-10 19:02:53 Re: BUG #14808: V10-beta4, backend abort
Previous Message Tom Lane 2017-09-09 18:59:54 Re: BUG #14808: V10-beta4, backend abort