Jeremy Buchmann <[EMAIL PROTECTED]> writes: > Okay great, but how do I know what tables I need to drop if it just gives me > a number? That 'xxxxxxx' is just some number like '8892659'. Where is the > mapping from number->name? select relname from pg_class where oid = '8892659'; More recent versions do provide the relation name instead of number in that error message, btw. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html
- [ADMIN] Can't drop table (repost) Jeremy Buchmann
- Re: [ADMIN] Can't drop table (repost) Tom Lane
- [ADMIN] Reason to not upgrade from 6.5 to 7.0... bangh
- [ADMIN] Re: Reason to not upgrade from 6.... Tom Lane
- [ADMIN] Re: Reason to not upgrade from 6.... Joel Burton
- [ADMIN] Re: Reason to not upgrade fro... Anuradha Ratnaweera
- [ADMIN] datetimeField = datetimeField... bangh
- [ADMIN] Re: datetimeField = date... Tom Lane
- [ADMIN] Re: datetimeField = date... Joel Burton
- Re: [ADMIN] Can't drop table (repost) Jeremy Buchmann
- Re: [ADMIN] Can't drop table (repost) Tom Lane
- Re: [ADMIN] Can't drop table (repost) Jeremy Buchmann
- Re: [ADMIN] Can't drop table (re... Tom Lane