pgsql: Add tab completion for data types after ALTER TABLE ADD [COLUMN]

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add tab completion for data types after ALTER TABLE ADD [COLUMN]
Дата
Msg-id E1mKuIa-0005uI-Tw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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 a
new column, completing d3fa876.

Author: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/87h7f7uk6s.fsf@wibble.ilmari.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f2bbadce6b5052337a11a33ea6bd8d8aebe2610a

Modified Files
--------------
src/bin/psql/tab-complete.c | 8 ++++++++
1 file changed, 8 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Refactor one use of IDENTIFY_SYSTEM in WAL streaming code of pg_
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Prohibit map and grep in void context