forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit816f105
committed
psql: Add some completion support for CREATE TABLE .. AS
"AS" is added as a suggested keyword for CREATE TABLE for a few querypatterns, including the case where a list of columns is given inparenthesis.More queries can be now completed with the keywords supported forqueries in a CTAS, after:CREATE TABLE [TEMP|TEMPORARY|UNLOGGED] <name> [ (...) ] ASAuthor: Gilles DaroldReviewed-by: Jim JonesDiscussion:https://postgr.es/m/e462b251-99a7-4abc-aedc-214688742c80@darold.net1 parent69c32b8 commit816f105
1 file changed
+10
-4
lines changedLines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3228 | 3228 |
| |
3229 | 3229 |
| |
3230 | 3230 |
| |
3231 |
| - | |
| 3231 | + | |
3232 | 3232 |
| |
3233 | 3233 |
| |
3234 |
| - | |
| 3234 | + | |
3235 | 3235 |
| |
3236 | 3236 |
| |
3237 | 3237 |
| |
3238 | 3238 |
| |
| 3239 | + | |
| 3240 | + | |
| 3241 | + | |
| 3242 | + | |
| 3243 | + | |
| 3244 | + | |
3239 | 3245 |
| |
3240 | 3246 |
| |
3241 | 3247 |
| |
3242 |
| - | |
| 3248 | + | |
3243 | 3249 |
| |
3244 |
| - | |
| 3250 | + | |
3245 | 3251 |
| |
3246 | 3252 |
| |
3247 | 3253 |
| |
|
0 commit comments
Comments
(0)