pgsql: Add more tab completion for CREATE TABLE in psql

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add more tab completion for CREATE TABLE in psql
Дата
Msg-id E1gZqwq-00056K-L2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add more tab completion for CREATE TABLE in psql

The following completion patterns are added:
- CREATE TABLE <name> with '(', OF or PARTITION OF.
- CREATE TABLE <name> OF with list of composite types.
- CREATE TABLE name (...) with PARTITION OF, WITH, TABLESPACE, ON
COMMIT (depending on the presence of a temporary table).
- CREATE TABLE ON COMMIT with actions (only for temporary tables).

Author: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/d8j1s77kdbb.fsf@dalvik.ping.uio.no

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4cba9c2a33f145f76575454b0f32a0e32dcd4335

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Remove function names from error messages
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Remove function names from error messages