projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b76c61f
)
Add missing space in comment
author
Magnus Hagander
<magnus@hagander.net>
Fri, 4 Nov 2011 14:57:43 +0000
(15:57 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 4 Nov 2011 14:57:43 +0000
(15:57 +0100)
src/bin/psql/describe.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/describe.c
b/src/bin/psql/describe.c
index d5466f8504f8d6156d198240dd800af3bb9eaad2..43c9ce4297b234df0a8c5d084e758a98bbf2b462 100644
(file)
--- a/
src/bin/psql/describe.c
+++ b/
src/bin/psql/describe.c
@@
-1253,7
+1253,7
@@
describeOneTableDetails(const char *schemaname,
/*
* Get column info
*
- * You need to modify value of "firstvcol" which willbe defined below if
+ * You need to modify value of "firstvcol" which will
be defined below if
* you are adding column(s) preceding to verbose-only columns.
*/
printfPQExpBuffer(&buf, "SELECT a.attname,");