Add missing space in comment

This commit is contained in:
Magnus Hagander 2011-11-04 15:57:43 +01:00
parent b76c61f1e8
commit 6187df1532
1 changed files with 1 additions and 1 deletions

View File

@ -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,");