mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Use "upgrade" in preference over "migrate" in pg_upgrade messages and
documentation. (Many were left over from the old pg_migrator naming.)
This commit is contained in:
@ -29,8 +29,7 @@ UserOpts user_opts;
|
||||
/*
|
||||
* parseCommandLine()
|
||||
*
|
||||
* Parses the command line (argc, argv[]) into the given migratorContext object
|
||||
* and initializes the rest of the object.
|
||||
* Parses the command line (argc, argv[]) and loads structures
|
||||
*/
|
||||
void
|
||||
parseCommandLine(int argc, char *argv[])
|
||||
|
Reference in New Issue
Block a user