Syntax got translated

Поиск
Список
Период
Сортировка
От Susanne Ebrecht
Тема Syntax got translated
Дата
Msg-id 4F40141A.2060109@2ndquadrant.com
обсуждение исходный текст
Ответы Re: Syntax got translated  (Susanne Ebrecht <susanne@2ndquadrant.com>)
Re: Syntax got translated  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-bugs
Hello,

I tested 9.1.2 and I used --enable-nls in ./configure.

I used psql.

I tested German, French and Spanish - I guess it is in all translated=20
languages.

The test is very easy:

CREATE TABLE t(i serial);

\d t

Output in German:
i      | integer | not null Vorgabewert nextval('t_i_seq'::regclass)

Output in French:
i       | integer | non NULL Par d=E9faut, nextval('t_i_seq'::regclass)

Output in Spanish:
i       | integer | not null valor por omisi=F3n nextval('t_i_seq'::regclas=
s)

I think that the constraint keyword "DEFAULT" should not be translated here.
In my eyes in all cases it should output:

i      | integer | not null default nextval('t_i_seq'::regclass)

Susanne

--=20
Dipl. Inf. Susanne Ebrecht - 2ndQuadrant
PostgreSQL Development, 24x7 Support, Training and Services
www.2ndQuadrant.com

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6465: postgresql-pltcl refuses to compile with 9.1, and FreeBSD does support threaded python
Следующее
От: Susanne Ebrecht
Дата:
Сообщение: Re: Syntax got translated