Ticket Hash: | 2e14854f4f65874b001962b8b55232baf1fa6872 | ||
Title: | [db columns table] doesn't recognize schema names | ||
Status: | Open | Type: | Code_Defect |
Severity: | Severe | Priority: | Immediate |
Subsystem: | not_specified | Resolution: | Open |
Last Modified: |
2018-09-14 19:07:11 6.79 years ago |
Created: |
2015-09-02 16:33:04 9.83 years ago |
Version Found In: | 1.0.0 |
User Comments: | ||||
anonymous added on 2015-09-02 16:33:04:
A console session to illustrate the problem follows below. Note that the documentation says: "The columns object command allows the program to query the connection for the names of columns that exist in a given table." In Postgres you identify tables by a fully qualified name, using the following name convention: <schema name>. adrianmedranocalvo (claiming to be [email protected]) added on 2018-09-14 19:07:11: Please have a look at branch medranocalvo-correct-quoting [9485f6bb80]. Does it solve your problem? |