problem in using unicode datatype

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • priyan
    New Member
    • Aug 2007
    • 54

    #1

    problem in using unicode datatype

    Hi all,
    I am having a table in which a column should have unicode text....... i dono what datatype to use....so please help me to do so..


    Thanks in advance
    priyan
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    Originally posted by priyan
    Hi all,
    I am having a table in which a column should have unicode text....... i dono what datatype to use....so please help me to do so..


    Thanks in advance
    priyan
    I think it is not a type problem, but database encoding (or cluster encoding). see command \h create database from psql , to see how to set database encoding.

    Comment

    Working...