"Jordan Deitch" writes:
> I would like to introduce the ability to get object DDL (server-side) by
> introducing a new function with roughly the following prototype:
> get_ddl(regclass)
> RETURNS text
> LANGUAGE C STRICT PARALLEL SAFE;
Umm ... "regclass" would only be appropriate for relations.
I would like to introduce the ability to get object DDL (server-side) by
introducing a new function with roughly the following prototype:
get_ddl(regclass)
RETURNS text
LANGUAGE C STRICT PARALLEL SAFE;
A previous conversation seemed to encourage the development of this feature
https://www.postg