diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/psql/describe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c index d5466f8504f..43c9ce4297b 100644 --- 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,"); |