summaryrefslogtreecommitdiff
path: root/odb/relational/pgsql/source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/pgsql/source.cxx')
-rw-r--r--odb/relational/pgsql/source.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/odb/relational/pgsql/source.cxx b/odb/relational/pgsql/source.cxx
index 3b7664d..7d60ec8 100644
--- a/odb/relational/pgsql/source.cxx
+++ b/odb/relational/pgsql/source.cxx
@@ -981,11 +981,11 @@ namespace relational
string stmt_prefix (top_object->fq_name () + m.fq_name ());
os << stmt_decl << endl
- << "insert_one_name = " <<
+ << "select_all_name = " <<
strlit (stmt_prefix + "_select_all") << ";"
<< endl
<< stmt_decl << endl
- << "select_all_name = " <<
+ << "insert_one_name = " <<
strlit (stmt_prefix + "_insert_one") << ";"
<< endl
<< stmt_decl << endl