projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9752080
)
Fix typo in the psql \d query handling, so that we use the correct query
author
Heikki Linnakangas
Mon, 24 Jan 2011 12:30:42 +0000
(14:30 +0200)
committer
Heikki Linnakangas
Mon, 24 Jan 2011 12:34:15 +0000
(14:34 +0200)
against 9.0 servers.
src/bin/psql/describe.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/describe.c
b/src/bin/psql/describe.c
index e9436f862a32eddbecaf00a555e15837dbf40295..ada04de451fe601db3b4a4eea24089b6a3e261f7 100644
(file)
--- a/
src/bin/psql/describe.c
+++ b/
src/bin/psql/describe.c
@@
-1135,7
+1135,7
@@
describeOneTableDetails(const char *schemaname,
initPQExpBuffer(&tmpbuf);
/* Get general table info */
- if (pset.sversion >= 90
0
00)
+ if (pset.sversion >= 90
1
00)
{
printfPQExpBuffer(&buf,
"SELECT c.relchecks, c.relkind, c.relhasindex, c.relhasrules, "