Thread

  1. Re: [HACKERS] Postgres 6.5 beta2 and beta3 problem

    Hannu Krosing <hannu@trust.ee> — 1999-06-09T19:04:00Z

    Oleg Bartunov wrote:
    > 
    > 
    > Thanks for explanations. It would be great if I could specify for specific
    > columns if it needs locale. For now I have to pay decreasing in speed
    > just to enable locale for the only column of one database !!!
    > I always dream to be able to specify on fly 'SET LOCALE to ON|OFF'
    > It's a bit separate problem, but probably more easy to implement.
    
    Actually the locale should be part of field definition (like length and 
    precision currently are) with default of ascii. 
    
    And also it may be probably safest to maintain our own locale defs (as
    Oracle 
    currently does)so that things don't break if somebody changes the system
    ones.
    
    -------------
    Hannu