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:
e7c8499
)
Document RELKIND_SPECIAL reference in psql, from <= 8.1.X.
author
Bruce Momjian
<
[email protected]
>
Mon, 19 Jan 2009 18:44:32 +0000
(18:44 +0000)
committer
Bruce Momjian
<
[email protected]
>
Mon, 19 Jan 2009 18:44:32 +0000
(18:44 +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 37695d37ffe2c618230ee6c4f64f04ff9a65a0a1..2ac1cd1586a3e849f13c25726136ea090b887831 100644
(file)
--- a/
src/bin/psql/describe.c
+++ b/
src/bin/psql/describe.c
@@
-1962,7
+1962,7
@@
listTables(const char *tabtypes, const char *pattern, bool verbose, bool showSys
if (showSeq)
appendPQExpBuffer(&buf, "'S',");
if (showSystem && showTables)
- appendPQExpBuffer(&buf, "'s',");
+ appendPQExpBuffer(&buf, "'s',");
/* was RELKIND_SPECIAL in <= 8.1.X */
appendPQExpBuffer(&buf, "''"); /* dummy */
appendPQExpBuffer(&buf, ")\n");