Commit 74be35b0 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in the psql \d query handling, so that we use the correct query

against 9.0 servers.
parent 97520809
......@@ -1135,7 +1135,7 @@ describeOneTableDetails(const char *schemaname,
initPQExpBuffer(&tmpbuf);
/* Get general table info */
if (pset.sversion >= 90000)
if (pset.sversion >= 90100)
{
printfPQExpBuffer(&buf,
"SELECT c.relchecks, c.relkind, c.relhasindex, c.relhasrules, "
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment