Content-Length: 257435 | pFad | http://github.com/postgrespro/postgres_cluster/commit/b91ae36029df3db31a951ebda102ace8be5741ba

25 ecpg: Change --version output to common style · postgrespro/postgres_cluster@b91ae36 · GitHub
Skip to content

Commit b91ae36

Browse files
committed
ecpg: Change --version output to common style
When we removed the ecpg-specific versions, we also removed the "(PostgreSQL)" from the --version output, which we show in other programs. Reported-by: Ioseph Kim <pgsql-kr@postgresql.kr>
1 parent 293010a commit b91ae36

File tree

1 file changed

+1
-1
lines changed
  • src/interfaces/ecpg/preproc

1 file changed

+1
-1
lines changed

src/interfaces/ecpg/preproc/ecpg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ main(int argc, char *const argv[])
149149
}
150150
if (strcmp(argv[1], "--version") == 0 || strcmp(argv[1], "-V") == 0)
151151
{
152-
printf("ecpg %s\n", PG_VERSION);
152+
printf("ecpg (PostgreSQL) %s\n", PG_VERSION);
153153
exit(0);
154154
}
155155
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/b91ae36029df3db31a951ebda102ace8be5741ba

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy