[BUGS] Csaba Erdei : Security problem in psql frontends

2000-11-12 Thread Erdei Csaba
I can connect to the database with a valid username and with a false password. Why ? I think it isn't a wery good solution, because knowing the administrator's username will give all access to everybody.   Regards,   Csaba Erdei

[BUGS] Security problem in psql frontends

2000-11-12 Thread pgsql-bugs
Csaba Erdei ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Security problem in psql frontends Long Description I can connect to the database with a valid username and with a false password. Why ? I think it isn't a wery good

Re: [BUGS] Re: to_date problems (Re: Favor for Postgres User at WSI)

2000-11-12 Thread Andrew McMillan
Thomas Lockhart wrote: > > Because of the common and documented cutoff date (1970 currently, 1950 > in some other apps) used to solve this problem. Most database software I have seen uses some form of setting to control the actual date used here, and that is the most long-term solution. somethi

Re: [BUGS] Re: to_date problems (Re: Favor for Postgres User at WSI)

2000-11-12 Thread Thomas Lockhart
> I don't worry, we have to_char/date already better than original > Oracle's to_char() :-) :) Yes, and you'll find that the code will settle down and need very little attention from here on. Our other date/time code has been around for 3 or 4 years now, and goes months without anyone even aski

Re: [BUGS] Re: to_date problems (Re: Favor for Postgres User at WSI)

2000-11-12 Thread Karel Zak
currently use 1970 as the transition for centuries with two digit years > (I did this as a nod to Unix) but I believe it is more common to use > 1950 as the transition year. I don't feel a need to move to this more > common convention, but would be willing to do so if others see