| From: | Christoph Berg <christoph(dot)berg(at)credativ(dot)de> |
|---|---|
| To: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Subject: | [patch] de.po REINDEX error |
| Date: | 2018-12-20 10:42:32 |
| Message-ID: | 20181220104232.GA26052@msg.df7cb.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
de.po's error message when you try to "REINDEX DATABASE otherdb" has
been the wrong way round since 2011:
diff --git a/src/backend/po/de.po b/src/backend/po/de.po
index ca52df6731..6aa4354d82 100644
--- a/src/backend/po/de.po
+++ b/src/backend/po/de.po
@@ -7540,7 +7540,7 @@ msgstr "Tabelle »%s« hat keine Indexe"
#: commands/indexcmds.c:2329
#, c-format
msgid "can only reindex the currently open database"
-msgstr "aktuell geöffnete Datenbank kann nicht reindiziert werden"
+msgstr "nur die aktuell geöffnete Datenbank kann reindiziert werden"
#: commands/indexcmds.c:2435
#, c-format
Spotted by a participant during a PostgreSQL training.
Christoph
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dmitry Dolgov | 2018-12-20 10:57:14 | Re: Using POPCNT and other advanced bit manipulation instructions |
| Previous Message | David Steele | 2018-12-20 10:29:48 | Re: Remove Deprecated Exclusive Backup Mode |