[pgadmin-hackers] [pgAdmin III] #353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views
#353: Add support for CREATE TABLE (LIKE ...) with foreign tables and views ---+ Reporter: gleu | Owner: dpage Type: feature| Status: new Priority: minor
[pgadmin-hackers] Underscores not visible in the output of SQL Query (SQLGrid)
Hi all,If you execute a query in the query browser and the result contains underscores like "A_B", then the '_' is not visible in the result.Example query: SELECT relname FROM pg_class ORDER BY relname LIMIT 5;The following patch fixes it. AccomodateUnderscores.patch Description: Binary data -