aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/pgsql/header.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/pgsql/header.cxx')
-rw-r--r--odb/relational/pgsql/header.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/relational/pgsql/header.cxx b/odb/relational/pgsql/header.cxx
index 64b02d8..edf9355 100644
--- a/odb/relational/pgsql/header.cxx
+++ b/odb/relational/pgsql/header.cxx
@@ -36,7 +36,8 @@ namespace relational
// Query statement name.
//
if (options.generate_query ())
- os << "static const char* const query_statement_name;";
+ os << "static const char* const query_statement_name;"
+ << "static const char* const erase_query_statement_name;";
os << endl;