pgsql: Add some missing schema qualifications

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add some missing schema qualifications
Дата
Msg-id E1gTglg-00072H-MH@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add some missing schema qualifications

This does not improve the security and reliability of the touched areas,
but it makes the style more consistent.

Author: Michael Paquier
Reviewed-by- Noah Misch
Discussion: https://postgr.es/m/20180309075538.GD9376@paquier.xyz

Branch
------
master

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

Modified Files
--------------
src/backend/catalog/information_schema.sql | 2 +-
src/bin/psql/command.c                     | 2 +-
src/test/isolation/isolationtester.c       | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add PGXS options to control TAP and isolation tests, take two
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Refactor documentation about privileges to centralize the info.