Joe Conway <[EMAIL PROTECTED]> writes: > We have very strange behavior from an internal production database. > There are multiple symptoms, all pointing to a problem with clusterwide > tables. For example:
"psql -l" really should produce the same results as doing "\l" in the template1 database. Does it? If so, the next thing to look at is probably whether the pg_class and pg_attribute entries for pg_database look the same in template1 and in cyspec. Similarly you could compare what pg_shadow looks like from different databases, and what the local system tables have as entries for it. 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