提交 74be35b0 编写于 作者: H Heikki Linnakangas

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

against 9.0 servers.
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册