Comment 2 for bug 1197956

Revision history for this message
Brian Aker (brianaker) wrote :

std::string query("SELECT tablename FROM pg_tables WHERE tablename='" +queue->table + "'");

This query would need to fail for this error to occur.

On a style related note... this should be using the information_schema.