[HACKERS] multibyte enhancement

2001-07-15 Thread Tatsuo Ishii
I have committed changes for an item in TODO: * Make n of CHAR(n)/VARCHAR(n) the number of letters, not bytes Please let me know if there is any problem. -- Tatsuo Ishii ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [HACKERS] iconv?

2001-07-15 Thread Larry Rosenman
* Tatsuo Ishii <[EMAIL PROTECTED]> [010713 22:29]: > > Tatsuo Ishii writes: > > > > > I have not checked iconv seriously since it's not very portable among > > > our supported platforms. > > > > Allow me to bring you up to date: > > > > aix yes > > beos > > bsdi > > darwin > > freebsd

Re: [HACKERS] Translators wanted

2001-07-15 Thread Serguei Mokhov
Hi all, - Original Message - From: Peter Eisentraut <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 15, 2001 6:13 PM > Those of you who wanted to help translating the messages of PostgreSQL > programs and libraries, you can get started now. I've put up a page > explaini

Re: [HACKERS] iconv?

2001-07-15 Thread Tatsuo Ishii
> Here is UnixWare: [snip] Hum. I'm not sure what each file represents, but it looks like no Asian language is supported except Japanese on UnixWare. -- Tatsuo Ishii ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [HACKERS] iconv?

2001-07-15 Thread Larry Rosenman
* Tatsuo Ishii <[EMAIL PROTECTED]> [010715 20:02]: > > Here is UnixWare: > [snip] > > Hum. I'm not sure what each file represents, but it looks like no > Asian language is supported except Japanese on UnixWare. May need to load something from the CD LER > -- > Tatsuo Ishii -- Larry Rosenm

RE: [HACKERS] Planned changes to pg_am catalog

2001-07-15 Thread Christopher Kings-Lynne
> Note that this doesn't address Oleg's concerns about haskeytype, > lossiness, etc. AFAICS those issues are not related to the contents > of pg_am. Later on, I am going to have some proposals for altering > pg_opclass and related tables to deal with those issues... > > Comments? Any other fest

[HACKERS] Translators wanted

2001-07-15 Thread Peter Eisentraut
Those of you who wanted to help translating the messages of PostgreSQL programs and libraries, you can get started now. I've put up a page explaining things a bit, with links to pages that explain things a bit more, at http://www.ca.postgresql.org/~petere/nls.html Please arrange yourselves with

Re: [HACKERS] Problem with rules and conditions

2001-07-15 Thread Jan Wieck
Tobias Hermansson wrote: > Hello, > > I have a problem with rules in postgres, it may be a bug, or maybe I'm doing > something wrong. I'm running version 7.1.2 on a freebsd 4.3 box. > > Here is my table: > > CREATE TABLE customer ( > cono integer not null, > Name varchar, > ssn varchar(10),

[HACKERS] pg_depend

2001-07-15 Thread Bruce Momjian
I have found that many TODO items would benefit from a pg_depend table that tracks object dependencies. TODO updated. --- DEPENDENCY CHECKING / pg_depend * Auto-destroy sequence on DROP of table with SERIAL, perhaps with a