forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit74527c3
committed
Add tab-completion for CREATE FOREIGN TABLE.
Unlike CREATE TABLE, CREATE FOREIGN TABLE is not allowed insideCREATE SCHEMA, so Matches() is used instead of TailMatches() forthe tab-completion.Author: Tang <tanghy.fnst@fujitsu.com>Reviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/OS0PR01MB61137E96E0551278782D11CDFB519@OS0PR01MB6113.jpnprd01.prod.outlook.com1 parent36c4bc6 commit74527c3
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2636 | 2636 |
| |
2637 | 2637 |
| |
2638 | 2638 |
| |
| 2639 | + | |
| 2640 | + | |
| 2641 | + | |
| 2642 | + | |
2639 | 2643 |
| |
2640 | 2644 |
| |
2641 | 2645 |
| |
|
0 commit comments
Comments
(0)