forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite84487f
committed
Further work on tab completion code: arrange for system catalogs to be
offered for completion only when the input-so-far is at least 'pg_'.This seems to be the best compromise behavior emerging from yesterday'sdiscussion. While at it, refactor code to eliminate repetitive use ofnearly identical queries, which was exceedingly tedious to maintain.Also const-ify code more thoroughly in hopes of moving constant data intotext segment, and remove unnecessary length limit on queries.1 parentfcfbd43 commite84487f
1 file changed
+503
-452
lines changed0 commit comments
Comments
(0)