Re: Open 7.1 items

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Open 7.1 items
Date: 2001-01-26 21:24:39
Message-ID: 200101262124.QAA08025@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

> Bruce Momjian writes:
>
> > FOREIGN KEY INSERT & UPDATE/DELETE in transaction "change violation"
>
> You're certainly not going to want to fix this now after having stared at
> it for a year? It's not trivial.

Moved to TODO.

>
> > Usernames limited in length
>
> Yeah, they are. ;-)
>
> If this is referring to pg_passwd, I just had a closer look and it's
> really a desaster. Both password and username as well as line length and
> file length (in lines) have arbitrary limits, sometimes not even
> consistent ones. To fix this to a point where one is confident that
> everything works one essentially would have to rewrite the whole thing.

Added to TODO:

* Fix username/password length limits in all areas
>
> > Does pg_dump preserve COMMENTs?
>
> Sure

OK, thanks. Someone submitted a patch, and I wasn't sure how to handle
it. I thought it did it already.

>
> > Fix ipcclean on Linux
>
> Consider it done.

Thanks.

>
> > Merge global and template BKI files?
>
> Not this release.

Added to TODO.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-01-26 21:30:42 Re: AW: Open 7.1 items
Previous Message Bruce Momjian 2001-01-26 21:10:22 Re: Bug in FOREIGN KEY

Browse pgsql-jdbc by date

  From Date Subject
Next Message Stefan Klopp 2001-01-26 21:47:54 Database tables disappeared.
Previous Message Tom Lane 2001-01-26 21:08:15 Re: Open 7.1 items