Re: [ADMIN] configure datatype name > 31?

2002-06-02 Thread Bruce Momjian
Tom Lane wrote: > "Mark McEahern" <[EMAIL PROTECTED]> writes: > > Tom, thanks for your reply. I am now able to create databases and users > > with longer names, but I am unable to login with the long username. > > I think you're stuck on that, unless you want to be *really* > incompatible with t

Re: [ADMIN] Authentication in batch processing

2002-06-02 Thread Bruce Momjian
Password prompting was changed in 7.2.X. You can now pass a script into psql, and you will be prompted for the password on your terminal rather than having the password coming from the script. The best way send the password in 7.2.X is to use 'expect', or use the PGPASSWORD environment variable