Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

BUG #3711: dropdb and creatdb with pgpass.conf file



The following bug has been logged online:

Bug reference:      3711
Logged by:          gregory vallet
Email address:      gvallet(at)fr(dot)abx(dot)fr
PostgreSQL version: 8.2
Operating system:   Windows XP
Description:        dropdb and creatdb with pgpass.conf file
Details: 

In order to automatized the password on commands like pg_dump, dropdb and
creatdb, I created a pgpass.conf file with
"localhost:5432:02HH65:superuser:xxxxxxx"

With the pg_dump command, it's OK
with dropdb and creatdb, system asks me for the password.

If I replace "02HH65" with "*" like "localhost:5432:*:superuser:xxxxxxx",
it's OK for dropdb and creatdb.

Why do dropdb and creatdb can't recognize my database name?



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group