projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
799c98b
)
Fix the query used for \d against 8.2 and 8.3 servers.
author
Heikki Linnakangas
<
[email protected]
>
Mon, 4 May 2009 17:31:35 +0000
(17:31 +0000)
committer
Heikki Linnakangas
<
[email protected]
>
Mon, 4 May 2009 17:31:35 +0000
(17:31 +0000)
src/bin/psql/describe.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/describe.c
b/src/bin/psql/describe.c
index 07a2be5dc64c277401c9a3935fce24f9f5c8f49a..cd81c59a75b17119c1cf4cdbb3d915a36a4035cd 100644
(file)
--- a/
src/bin/psql/describe.c
+++ b/
src/bin/psql/describe.c
@@
-1049,7
+1049,7
@@
describeOneTableDetails(const char *schemaname,
"%s, reltablespace\n"
"FROM pg_catalog.pg_class WHERE oid = '%s'",
(verbose ?
- "pg_catalog.array_to_string(reloptions, E', ')" : "
,
''"),
+ "pg_catalog.array_to_string(reloptions, E', ')" : "''"),
oid);
}
else if (pset.sversion >= 80000)