Commit 138f306
committed
fix(postgresql): quote identifiers in mkdb.sh ALTER ROLE for dashed names
PostgreSQL treats unquoted hyphenated identifiers as subtraction. Use
double-quoted role names and escaped password literals when running
ALTER ROLE via psql -c.
Made-with: Cursor1 parent c56eef9 commit 138f306
1 file changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
3 | 13 | | |
4 | 14 | | |
5 | 15 | | |
| |||
65 | 75 | | |
66 | 76 | | |
67 | 77 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 78 | + | |
| 79 | + | |
71 | 80 | | |
72 | 81 | | |
73 | 82 | | |
| |||
0 commit comments