mirror of https://github.com/postgres/postgres
Per comments from Heikki Linnakangas. Backpatch to 9.5, where this module was introduced.pull/9/head
parent
e66e31958f
commit
f1f3434f21
@ -0,0 +1,8 @@ |
||||
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, preferrably handling |
||||
all possible cases so that SQL test code can be written. |
||||
Loading…
Reference in new issue