Обсуждение: Poor document!!

Поиск
Список
Период
Сортировка

Poor document!!

От
"Noodle"
Дата:
I cannot believe that PostgreSQL has a so poor document, I cannot found any
useful information. I afraid I have to select MySQL.

Does anybody know if PostgreSQL support Unicode and Full-Text Index? I
couldn't found any information about these from http://www.postgresql.org!

Thanks

Noodle




Re: Poor document!!

От
Richard Huxton
Дата:
Noodle wrote:
> 
> I cannot believe that PostgreSQL has a so poor document, I cannot found any
> useful information. I afraid I have to select MySQL.
> 
> Does anybody know if PostgreSQL support Unicode and Full-Text Index? I
> couldn't found any information about these from http://www.postgresql.org!

Try typing "Unicode" into the search page and press the "Search" button.
If you find this too difficult then another system might well be more
suitable for you.

The administrator's manual has a whole section on multibyte support.
See the contrib/ directory for details on full-text indexing (fti).

- Richard Huxton