summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-10-20 10:17:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-10-20 10:17:05 +0200
commit04c1f3d375651c07f114b31cb484445d3635e9cc (patch)
tree5385a1bd122d61616b91e84c219d3ee176101a04
parent1927f6d00ca32101de2554946e8b449efb5977c1 (diff)
Add database tag to bug
-rw-r--r--bug/list2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/list b/bug/list
index ff2bd3e..6e0b0e1 100644
--- a/bug/list
+++ b/bug/list
@@ -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).