We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76c61f commit 6187df1Copy full SHA for 6187df1
src/bin/psql/describe.c
@@ -1253,7 +1253,7 @@ describeOneTableDetails(const char *schemaname,
1253
/*
1254
* Get column info
1255
*
1256
- * 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
1257
* you are adding column(s) preceding to verbose-only columns.
1258
*/
1259
printfPQExpBuffer(&buf, "SELECT a.attname,");
0 commit comments