gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] Country zones and i18n


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] Country zones and i18n
Date: Fri, 18 Nov 2011 23:47:51 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Nov 18, 2011 at 05:57:26PM +0000, Jim Busser wrote:

> OK… if I now have it correct, in the case of the portuguese city and street 
> names, the hack is to insert into
> 
>       dem*
> 
> the *unaccented* values and insert to insert the *accented* ones into
> 
>       i18n.translation.trans
> 
>       with lang = 'generic'
> 
> and subject to
> 
>       availability of a suitable data pack
> 
>       server upgrade to 16.4
> 
> Rogerio and others will be further advantaged.

That is correct.

> BTW how does one identify in psql the current 'decimal
> version' of gnumed? I tried looking in the tables in schema
> 'gm' but could not find it there 

That is not possible.

But there's another (quite low level) test: you can check
the table gm.schema_revsion for the string which the fixup
file inserted:

        select gm.log_script_insertion('v16-i18n-fixup.sql', '16.4');

with:

        select from gm.schema_revision where filename = ... and version = ...;

Karsten
-- 
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



reply via email to

[Prev in Thread] Current Thread [Next in Thread]