[GENERAL] createdb -- alternate locations

2000-05-25 Thread J.R.
due to a character that is not allowed or because the chosen path isn't permitted for databases" I also tried createdb -D 'PGDATA2' testdb, same result. Any ideas what I'm doing wrong? Thanks, J.R. Belding [EMAIL PROTECTED]

Re: [GENERAL] psql and Gnu readline

2000-07-12 Thread J.R. Belding
I had this same problem. Thanks to a suggestion from Bruce Momjian, I noticed that the configure script was not finding the readline libraries. I checked, and found that though I did have the readline package installed, I did not have the readline-devel package installed. Once I installed that