"Michael Paesold" <[EMAIL PROTECTED]> writes: > It's the '-l' option (list all databases) that does not honor the database > given on the command line. > This does not work, if the postgres database is dropped in 8.1:
> psql -l template1 It does seem a bit inconsistent that psql wouldn't connect to the specified database in order to do -l, if one is specified. Anyone want to look and see if it's easy to change? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match