/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_ddl_deparse/README
8 строк
427 B
Greg Stark
Fix various common mispellings.
03 июн 2016, 18:08
03 июн 2016, 18:08
e1623c3
Код
Авторство
О чём код?
test_ddl_deparse is an example of how to use the pg_ddl_command datatype. It is not intended to do anything useful on its own; rather, it is a demonstration of how to use the datatype, and to provide some unit tests for it. The functions in this extension are intended to be able to process some part of the struct and produce some readable output, preferably handling all possible cases so that SQL test code can be written.