Commit 9a7db38
committed
Clarify PSQL_META_COMMANDS catch-all pattern handles PostgreSQL 17.6+ commands
The /^\\./i pattern is a catch-all that filters ANY backslash command,
including \restrict and \unrestrict introduced in PostgreSQL 17.6.
This clarifies that issues #322 and #326 are already resolved by the
PSQL_META_COMMANDS implementation from PR #329.
Related: #322, #3261 parent b75804e commit 9a7db38
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
| 171 | + | |
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| |||
0 commit comments