mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Add missing space in comment
This commit is contained in:
@ -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,");
|
||||||
|
Reference in New Issue
Block a user