From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Thoughts on maintaining 7.3 |
Date: | 2003-10-01 18:55:51 |
Message-ID: | 3F7B2337.9040006@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Joshua D. Drake wrote:
>
> For most things probably not that possible. For things like:
>
> Simple feature enhancements (preloading of libs)
How long is a piece of string? When does something stop being simple?
>
> Fixing pl/Language bugs (and making sure they still work on 7.3)
> Buffer overflow fixes
Everyone seems to agree that bugs should be fixed.
>
> Security problems (the fact that alter user/createuser with encrypted
> password ' will go into a .psqlhistory file is horrendous)
you can avoid this in the create case by using createuser -P instead of
psql. Or by using psql -c (although that might put stuff in your shell
history ;-)
Maybe there's a good case for an alteruser counterpart to createuser.
>
> pg_dump/pg_restore enhancements
>
Which ones? If it is things known to be broken being fixed that comes
under the bug fix category.
cheers
andrew
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Browne | 2003-10-01 19:04:37 | Re: ADD FOREIGN KEY |
Previous Message | David Blasby | 2003-10-01 18:50:40 | query plan different for "SELECT ..." and "DECLARE CURSOR ..."? |