forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf2bbadc
committed
Add tab completion for data types after ALTER TABLE ADD [COLUMN] in psql
This allows finding data types that can be used for the creation of anew column, completing d3fa876.Author: Dagfinn Ilmari MannsåkerDiscussion:https://postgr.es/m/87h7f7uk6s.fsf@wibble.ilmari.org1 parent99709c9 commitf2bbadc
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2025 | 2025 |
| |
2026 | 2026 |
| |
2027 | 2027 |
| |
| 2028 | + | |
| 2029 | + | |
2028 | 2030 |
| |
2029 | 2031 |
| |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
| 2035 | + | |
| 2036 | + | |
| 2037 | + | |
2030 | 2038 |
| |
2031 | 2039 |
| |
2032 | 2040 |
| |
|
0 commit comments
Comments
(0)