/
githubmirror
/
postgres
ОбзорДокументацияВойти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../modules/test_ddl_deparse/
..
expected

Support more object types within CREATE SCHEMA.

4 месяца назад
sql

Support more object types within CREATE SCHEMA.

4 месяца назад
.gitignore

Make modules/test_ddl_deparse/.gitignore match its siblings.

11 лет назад
Makefile

Don't malloc(0) in EventTriggerCollectAlterTSConfig

5 месяцев назад
README

Fix various common mispellings.

10 лет назад
meson.build

Don't malloc(0) in EventTriggerCollectAlterTSConfig

5 месяцев назад
test_ddl_deparse--1.0.sql

Expand tests of test_ddl_deparse/ for ALTER TABLE

4 года назад
test_ddl_deparse.c

Reduce header inclusions via execnodes.h

5 месяцев назад
test_ddl_deparse.control

Allow on-the-fly capture of DDL event details

11 лет назад
README
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.