The create table statement now lists the inherited tables and inherited columns are commented out.

This commit is contained in:
eelke 2018-12-03 21:03:49 +01:00
parent 498233d58c
commit 6c76c70a97
11 changed files with 118 additions and 6 deletions

3
pglablib/PgInherits.cpp Normal file
View file

@ -0,0 +1,3 @@
#include "PgInherits.h"
PgInherits::PgInherits() = default;