Re: [SQL] How to Insert and retrieve multilingual (Hindi "an Indian language") into PostgreSQL

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: venkat <ven(dot)tammineni(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: [SQL] How to Insert and retrieve multilingual (Hindi "an Indian language") into PostgreSQL
Date: 2010-06-22 14:40:23
Message-ID: AANLkTilZiiTtkdvlpZSQrCLY7ovgjVGItxM_GP_q1oMR@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Hello

PostgreSQL doesn't support multilangual tables now - etc it isn't
more than one collation per database. But you can store any langual
text when this language is supported by UTF8. Just use UTF8 encoding
for your database.

Regards
Pavel Stehule

see help for initdb and createdb commands

2010/6/22 venkat <ven(dot)tammineni(at)gmail(dot)com>:
> Dear All,
>
>   I want to insert and retrieve multilingual (Hindi) into
> database.is PostgreSQL supports that ?if it is ... please guide me how to
> enable multilingual in the table.
>
>     I am waiting for your great response.
> Thanks and Regards,
> Venkat

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Chris Browne 2010-06-22 15:41:19 Re: A thought about other open source projects
Previous Message Stephane Bortzmeyer 2010-06-22 14:40:17 Re: How to Insert and retrieve multilingual (Hindi "an Indian language") into PostgreSQL

Browse pgsql-sql by date

  From Date Subject
Next Message Bryan White 2010-06-22 20:52:23 ORDER BY is case insensitive
Previous Message Stephane Bortzmeyer 2010-06-22 14:40:17 Re: How to Insert and retrieve multilingual (Hindi "an Indian language") into PostgreSQL