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:
a393d75
)
Add comment about literal strings in our syntax not being translated in
author
Bruce Momjian
<bruce@momjian.us>
Mon, 14 Jul 2008 23:13:04 +0000
(23:13 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Mon, 14 Jul 2008 23:13:04 +0000
(23:13 +0000)
psql.
src/bin/psql/describe.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/describe.c
b/src/bin/psql/describe.c
index 314f21c321ffc34977829b8273eacad6e429f024..c22865c2d6137c2631cd123401145e8c4a1d9622 100644
(file)
--- a/
src/bin/psql/describe.c
+++ b/
src/bin/psql/describe.c
@@
-1007,6
+1007,7
@@
describeOneTableDetails(const char *schemaname,
if (verbose)
{
char *storage = PQgetvalue(res, i, 5);
+ /* these strings are literal in our syntax, so not translated. */
printTableAddCell(&cont, (storage[0]=='p' ? "plain" :
(storage[0]=='m' ? "main" :
(storage[0]=='x' ? "extended" :