automatic quote TABLE and COLUMN names from suggestion and autocomplete feature
Because postgresql usually need to quote table and columns names (if names are not LOWERCASE), will be nice if sql editor, when suggesting for autocomplete, type "table name" or "column name" with also quotes.
1
vote
Michael Sogos
shared this idea
-
AdminDevart (_, Devart) commented
You could perform the following:
1. Select 'SQL Complete -> Options...' from the main menu. The 'Options' window opens.
2. Navigate to the 'Advanced' branch.
3. Under the 'Enclose identifiers within square brackets' section, select the option 'Always'.
4. Click 'OK'.