Commit 6187df15 authored by Magnus Hagander's avatar Magnus Hagander

Add missing space in comment

parent b76c61f1
...@@ -1253,7 +1253,7 @@ describeOneTableDetails(const char *schemaname, ...@@ -1253,7 +1253,7 @@ describeOneTableDetails(const char *schemaname,
/* /*
* Get column info * 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. * you are adding column(s) preceding to verbose-only columns.
*/ */
printfPQExpBuffer(&buf, "SELECT a.attname,"); printfPQExpBuffer(&buf, "SELECT a.attname,");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment