Ashish Karalkar wrote: > I am trying to create a user and i dont understand why it > is showing me any massage even after giving parameter -e to > the command. > > command : > > C:\Program Files\PostgreSQL\8.2\bin>createuser ashish -S -d \ > -R -l -P -E -e -U postgres
Use -q instead of -e. Yours, Laurenz Albe ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend