Improved code generation for functions and procedures.

alter statements for configuration settings
alter statement for owner
This commit is contained in:
eelke 2018-12-23 19:45:04 +01:00
parent fc58acb252
commit 54d4dfface
5 changed files with 145 additions and 69 deletions

View file

@ -30,7 +30,4 @@ const PgDatabaseCatalog& PgObject::catalog() const
return *m_catalog;
}
void test(PgObject a, PgObject b)
{
a = b;
}