Re: Transparent i18n?

From: David Pratt <fairwinds(at)eastlink(dot)ca>
To: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
Cc: postgres-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Transparent i18n?
Date: 2005-07-07 16:37:07
Message-ID: 5BC2C49C-EF05-11D9-A19D-000A27B3B070@eastlink.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Many thanks Karsten. I got a system working with arrays yesterday but
will still be examining your code. I guess the next challenge is to see
how well the multidimensional array can be searched. I guess I could
make indexes on an expression to retrieve language for a specific key
since each element array of multidimensional array is a translation
that includes the iso code and text of the translation.

It is pretty light and quick. I am open to examining anything that
will help me learn more about doing this well.

Regards,
David.

On Wednesday, July 6, 2005, at 11:19 AM, Karsten Hilbert wrote:

> On Mon, Jul 04, 2005 at 03:27:59PM -0300, David Pratt wrote:
>
>> I am also going to look at Karsten's material shortly to see how his
>> system works
> I am still away from the net but here is how to find the
> description in our Wiki:
>
> Go to user support, user guide, scroll down do developers
> guide, go to backend I18N.
>
> Please point out anything you find difficult to figure out.
>
> Karsten
> --
> GPG key ID E4071346 @ wwwkeys.pgp.net
> E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Christopher Browne 2005-07-07 17:10:07 Re: How to force Postgres to calculate MAX(boolean)
Previous Message Scott Marlowe 2005-07-07 15:53:36 Re: Implement updated column in all tables