| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | ertugrul9090(at)gmail(dot)com, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org |
| Subject: | Re: BUG #15511: Drop table error "invalid argument" |
| Date: | 2018-12-06 19:24:22 |
| Message-ID: | 20181206192422.nlxxj37hoi4p4b6o@alvherre.pgsql |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On 2018-Nov-17, Tom Lane wrote:
> I poked at that to the extent of testing every string in 11.1's tr.po
> against our implementation of snprintf, and what I find is this:
>
> #. translator: second %s is, e.g., "table %s"
> #: catalog/objectaddress.c:2694
> #, c-format
> msgid "column %s of %s"
> msgstr "%2$s'nin %1$ sütunu"
I fixed this string in tr.po. At least it'll be correct in 11.2.
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ahmet Şeker | 2018-12-06 19:28:18 | YNT: BUG #15537: When trying to drop the column getting ERROR: vsnprintf failed: Invalid argument |
| Previous Message | Tom Lane | 2018-12-06 19:13:22 | Re: BUG #15537: When trying to drop the column getting ERROR: vsnprintf failed: Invalid argument |