• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Nov-2021-

expected/H07-May-2022-546523

sql/H08-Nov-2021-496318

.gitignoreH A D08-Nov-202155 54

MakefileH A D08-Nov-2021910 4436

READMEH A D08-Nov-2021427 97

test_ddl_deparse--1.0.sqlH A D08-Nov-2021575 1710

test_ddl_deparse.cH A D08-Nov-20217 KiB302262

test_ddl_deparse.controlH A D08-Nov-2021134 54

README

1test_ddl_deparse is an example of how to use the pg_ddl_command datatype.
2It is not intended to do anything useful on its own; rather, it is a
3demonstration of how to use the datatype, and to provide some unit tests for
4it.
5
6The functions in this extension are intended to be able to process some
7part of the struct and produce some readable output, preferably handling
8all possible cases so that SQL test code can be written.
9