Deduplication of loading logic for catalog data.
This commit is contained in:
parent
ea035f58c8
commit
cd4e99cd11
6 changed files with 33 additions and 28 deletions
|
|
@ -26,7 +26,7 @@
|
|||
// return m_types.at(idx);
|
||||
//}
|
||||
|
||||
std::string PgTypeContainer::getLoadQuery()
|
||||
std::string PgTypeContainer::getLoadQuery() const
|
||||
{
|
||||
return
|
||||
"SELECT oid, typname, typnamespace, typowner, typlen, typbyval, typtype, typcategory, \n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue