mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix issues#24
This commit is contained in:
parent
38a0f310bd
commit
42db7dbb9f
2 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ void pgIndexBase::ReadColumnDetails()
|
|||
wxT(" CASE WHEN (o.opcdefault = FALSE) THEN o.opcname ELSE null END AS opcname\n");
|
||||
if (GetConnection()->BackendMinimumVersion(9, 1))
|
||||
query += wxT(",\n coll.collname, nspc.nspname as collnspname\n");
|
||||
if (GetConnection()->BackendMinimumVersion(10, 0))
|
||||
if (GetConnection()->BackendMinimumVersion(11, 0))
|
||||
query += ","+ NumToStr(i)+" <= i.indnkeyatts AS is_key\n";
|
||||
else query += ",true AS is_key\n";
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue