mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-26 00:06:47 -06:00
Ensure column names on indexes on views are properly quoted in RE-SQL. Fixes #3066
This commit is contained in:
parent
3021060a32
commit
9a498c2877
@ -776,7 +776,7 @@ class ViewNode(PGChildNodeView, VacuumSettings):
|
||||
|
||||
# We need all data as collection for ColumnsModel
|
||||
cols_data = {
|
||||
'colname': row['attdef'].strip('"'),
|
||||
'colname': row['attdef'],
|
||||
'collspcname': row['collnspname'],
|
||||
'op_class': row['opcname'],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user