diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-20 10:17:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-10-20 10:17:05 +0200 |
commit | 04c1f3d375651c07f114b31cb484445d3635e9cc (patch) | |
tree | 5385a1bd122d61616b91e84c219d3ee176101a04 /bug | |
parent | 1927f6d00ca32101de2554946e8b449efb5977c1 (diff) |
Add database tag to bug
Diffstat (limited to 'bug')
-rw-r--r-- | bug/list | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ ! C++11 support is not trully header only [c++11] -! Statement name truncation in PostgreSQL +! Statement name truncation in PostgreSQL [pgsql] There seems to be a limit on the prepared statement name in PG. The result is that the names are no longer unique (statement already exists error). |