pgsql: Fix psql tab-completion for identifiers containing dollars.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix psql tab-completion for identifiers containing dollars.
Дата
Msg-id E1qidbw-004n17-Ak@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix psql tab-completion for identifiers containing dollars.

Dollar ($) is a legit character for identifiers, except as the first
character, since commit 1bd22f55cf in version 7.4. Update the
tab-completion code accordingly.

Author: Mikhail Gribkov
Reviewed-by: Vik Fearing
Discussion:
https://www.postgresql.org/message-id/CAMEv5_sTAvPvhye%2Bu4jkWDe5UGDiQ1ZkQomnKCboM08zDzOe%3Dg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1f998863b0bc6fc8ef3d971d9c6d2c29b52d8ba2

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


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Replace more MemSet calls with struct initialization
Следующее
От: Nathan Bossart
Дата:
Сообщение: pgsql: Convert pg_restore's ready_list to a priority queue.