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
* 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
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
> 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
* 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
> 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
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
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),
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