MichaelDBA/pg_get_tabledef

Fix option to not output foreign keys at all

MichaelDBA opened this issue · 1 comments

Currently, if you specify FKEYS_NONE, it still displays foreign keys in the table definition. Fix so that the option is respected and no foreign keys are output when so directed.

Fixed