Re: [BUGS] readline usage in psql...

2003-01-21 Thread Tom Lane
Sean Chittenden <[EMAIL PROTECTED]> writes: > Very very possible. I was sitting there at a psql prompt: > \c datab(ctrl+key I brushed against, but didn't intentionally push) > and next thing I knew I was back at a shell prompt, core dumped. You sure you didn't send it a SIGQUIT with that ctrl-key

Re: [BUGS] readline usage in psql...

2003-01-21 Thread Sean Chittenden
> > #0 0x281cbaeb in sigprocmask () from /usr/lib/libc.so.5 > > #1 0x280c5a2a in _rl_savestring () from /usr/lib/libreadline.so.4 > > #2 > > #3 0x28168803 in read () from /usr/lib/libc.so.5 > > #4 0x280c1c79 in rl_read_key () from /usr/lib/libreadline.so.4 > > #5 0x280d407f in readline_inter

Re: [BUGS] readline usage in psql...

2003-01-21 Thread Tom Lane
Sean Chittenden <[EMAIL PROTECTED]> writes: > #0 0x281cbaeb in sigprocmask () from /usr/lib/libc.so.5 > #1 0x280c5a2a in _rl_savestring () from /usr/lib/libreadline.so.4 > #2 > #3 0x28168803 in read () from /usr/lib/libc.so.5 > #4 0x280c1c79 in rl_read_key () from /usr/lib/libreadline.so.4 >

[BUGS] readline usage in psql...

2003-01-21 Thread Sean Chittenden
A dump from using psql this is one of those helpful, "I have no clue what's causing this, but here it is for the record or someone who knows more than I." I don't know if it's a readline() problem or something in PQclientEncoding(), and neither of which I have any experience with. If I figur

Re: [BUGS] Bug #879: python interface broken by removal of pg_type.typprtlen

2003-01-21 Thread Tom Lane
[EMAIL PROTECTED] writes: > python interface broken by removal of pg_type.typprtlen Yeah, this is known and already fixed. But thanks for the report. regards, tom lane ---(end of broadcast)--- TIP 3: if posting/reading thro

[BUGS] Bug #879: python interface broken by removal of pg_type.typprtlen

2003-01-21 Thread pgsql-bugs
Peter Harris ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description python interface broken by removal of pg_type.typprtlen Long Description Version 7.3.1, pg_type seems to no longer have a column called typprtlen. This is OK by me,