summaryrefslogtreecommitdiff
path: root/src/bin/scripts
diff options
context:
space:
mode:
authorMagnus Hagander2019-01-19 18:06:35 +0000
committerMagnus Hagander2019-01-19 18:06:35 +0000
commit0301db623de076f9fb17189daaeb9202a05865bf (patch)
tree58edba49b18a306ce6a7599e6147e2a2193fa81c /src/bin/scripts
parent3bed67bed171701e86417ec5a201e2f2e82356fb (diff)
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Commit c0d0e54084 replaced the ones in the documentation, but missed out on the ones in the code. Replace those as well, but unlike c0d0e54084, don't backpatch the code changes to avoid breaking translations.
Diffstat (limited to 'src/bin/scripts')
-rw-r--r--src/bin/scripts/clusterdb.c2
-rw-r--r--src/bin/scripts/createdb.c2
-rw-r--r--src/bin/scripts/createuser.c2
-rw-r--r--src/bin/scripts/dropdb.c2
-rw-r--r--src/bin/scripts/dropuser.c2
-rw-r--r--src/bin/scripts/pg_isready.c2
-rw-r--r--src/bin/scripts/reindexdb.c2
-rw-r--r--src/bin/scripts/vacuumdb.c2
8 files changed, 8 insertions, 8 deletions
diff --git a/src/bin/scripts/clusterdb.c b/src/bin/scripts/clusterdb.c
index 41dd2a57582..cc6efce5960 100644
--- a/src/bin/scripts/clusterdb.c
+++ b/src/bin/scripts/clusterdb.c
@@ -290,5 +290,5 @@ help(const char *progname)
printf(_(" -W, --password force password prompt\n"));
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
printf(_("\nRead the description of the SQL command CLUSTER for details.\n"));
- printf(_("\nReport bugs to <[email protected]>.\n"));
+ printf(_("\nReport bugs to <[email protected]>.\n"));
}
diff --git a/src/bin/scripts/createdb.c b/src/bin/scripts/createdb.c
index c765b8ec66f..b40eea4365e 100644
--- a/src/bin/scripts/createdb.c
+++ b/src/bin/scripts/createdb.c
@@ -270,5 +270,5 @@ help(const char *progname)
printf(_(" -W, --password force password prompt\n"));
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
printf(_("\nBy default, a database with the same name as the current user is created.\n"));
- printf(_("\nReport bugs to <[email protected]>.\n"));
+ printf(_("\nReport bugs to <[email protected]>.\n"));
}
diff --git a/src/bin/scripts/createuser.c b/src/bin/scripts/createuser.c
index 8098f482bb8..ae546c70fbd 100644
--- a/src/bin/scripts/createuser.c
+++ b/src/bin/scripts/createuser.c
@@ -370,5 +370,5 @@ help(const char *progname)
printf(_(" -U, --username=USERNAME user name to connect as (not the one to create)\n"));
printf(_(" -w, --no-password never prompt for password\n"));
printf(_(" -W, --password force password prompt\n"));
- printf(_("\nReport bugs to <[email protected]>.\n"));
+ printf(_("\nReport bugs to <[email protected]>.\n"));
}
diff --git a/src/bin/scripts/dropdb.c b/src/bin/scripts/dropdb.c
index 45680dde273..df7823df991 100644
--- a/src/bin/scripts/dropdb.c
+++ b/src/bin/scripts/dropdb.c
@@ -168,5 +168,5 @@ help(const char *progname)
printf(_(" -w, --no-password never prompt for password\n"));
printf(_(" -W, --password force password prompt\n"));
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
- printf(_("\nReport bugs to <[email protected]>.\n"));
+ printf(_("\nReport bugs to <[email protected]>.\n"));
}
diff --git a/src/bin/scripts/dropuser.c b/src/bin/scripts/dropuser.c
index 2b6f7218445..62971131c54 100644
--- a/src/bin/scripts/dropuser.c
+++ b/src/bin/scripts/dropuser.c
@@ -173,5 +173,5 @@ help(const char *progname)
printf(_(" -U, --username=USERNAME user name to connect as (not the one to drop)\n"));
printf(_(" -w, --no-password never prompt for password\n"));
printf(_(" -W, --password force password prompt\n"));
- printf(_("\nReport bugs to <[email protected]>.\n"));
+ printf(_("\nReport bugs to <[email protected]>.\n"));
}
diff --git a/src/bin/scripts/pg_isready.c b/src/bin/scripts/pg_isready.c
index 467c22891ca..26b21dcbb07 100644
--- a/src/bin/scripts/pg_isready.c
+++ b/src/bin/scripts/pg_isready.c
@@ -233,5 +233,5 @@ help(const char *progname)
printf(_(" -p, --port=PORT database server port\n"));
printf(_(" -t, --timeout=SECS seconds to wait when attempting connection, 0 disables (default: %s)\n"), DEFAULT_CONNECT_TIMEOUT);
printf(_(" -U, --username=USERNAME user name to connect as\n"));
- printf(_("\nReport bugs to <[email protected]>.\n"));
+ printf(_("\nReport bugs to <[email protected]>.\n"));
}
diff --git a/src/bin/scripts/reindexdb.c b/src/bin/scripts/reindexdb.c
index 69fb2f8fd2c..1cd1ccc951f 100644
--- a/src/bin/scripts/reindexdb.c
+++ b/src/bin/scripts/reindexdb.c
@@ -421,5 +421,5 @@ help(const char *progname)
printf(_(" -W, --password force password prompt\n"));
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
printf(_("\nRead the description of the SQL command REINDEX for details.\n"));
- printf(_("\nReport bugs to <[email protected]>.\n"));
+ printf(_("\nReport bugs to <[email protected]>.\n"));
}
diff --git a/src/bin/scripts/vacuumdb.c b/src/bin/scripts/vacuumdb.c
index 127b75e0b43..ec7d0a326a1 100644
--- a/src/bin/scripts/vacuumdb.c
+++ b/src/bin/scripts/vacuumdb.c
@@ -1093,5 +1093,5 @@ help(const char *progname)
printf(_(" -W, --password force password prompt\n"));
printf(_(" --maintenance-db=DBNAME alternate maintenance database\n"));
printf(_("\nRead the description of the SQL command VACUUM for details.\n"));
- printf(_("\nReport bugs to <[email protected]>.\n"));
+ printf(_("\nReport bugs to <[email protected]>.\n"));
}