Improved code generation for functions and procedures.
alter statements for configuration settings alter statement for owner
This commit is contained in:
parent
fc58acb252
commit
54d4dfface
5 changed files with 145 additions and 69 deletions
|
|
@ -30,7 +30,4 @@ const PgDatabaseCatalog& PgObject::catalog() const
|
|||
return *m_catalog;
|
||||
}
|
||||
|
||||
void test(PgObject a, PgObject b)
|
||||
{
|
||||
a = b;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue