[GENERAL] Re: No backspace key in the psql command-line tool?

2001-04-19 Thread Rob Yampolsky
Thanks. I told you it was stupid. But not as stupid as it sounds. I had tried stty -a to find out what the erase character was (reported ^?), and had tried typing that as my backspace, but it didn't work. Oh well, stty erase ^H does work. Thanks again, Rob "Brett W. McCoy" wrote: > On Tue,

[GENERAL] Re: How to configure iodbc access to local postgres db?

2001-04-26 Thread Rob Yampolsky
Told you it was something stupid. Turns out I was using the wrong Postgres ODBC driver. My MDK 7.2 installation had 2 things that looked like the driver. /usr/lib/libpsqlodbc.so and /usr/lib/libodbcpsql.so The correct one seems to be libodbcpsql I had tried both, and originally using libodbcp