Re: [pgadmin-hackers] [BUGS] BUG #2505: Translations error in pgAdmin III

2006-06-29 Thread Jim C. Nasby
quot;inherit" means "erben" in > German, "vererben" is "bequeath". > > ---(end of broadcast)--- > TIP 5: don't forget to increase your free space map settings > -- Jim C. Nasby, Sr. Engineering Consultant [EMAIL

Re: [pgadmin-hackers] [GENERAL] Debugging SQL queries

2006-05-23 Thread Jim C. Nasby
mber has been > removed, what will it show? > Line number? bench=# SELECT blah bench-# FROMx; ERROR: parse error at or near "FROMx" LINE 2: FROMx; ^ bench=# Note that it's still there in the server logs, though... ERROR: parse error at or near "FROMx"

Re: [pgadmin-hackers] pgadmin.log

2006-03-27 Thread Jim C. Nasby
ell. It's not configurable? -- Jim C. Nasby, Database Architect[EMAIL PROTECTED] Give your computer some brain candy! www.distributed.net Team #1828 Windows: "Where do you want to go today?" Linux: "Where do you want to go tomorrow?"

Re: [pgadmin-hackers] Schema bug

2005-12-12 Thread Jim C. Nasby
on_schema, > whatever their actual name are. BTW, it'd probably be useful to have an easy way to show everything. It's not that uncommon to want to go into the catalog tables... -- Jim C. Nasby, Database Architect[EMAIL PROTECTED] Give your computer some brain candy! ww

Re: [pgadmin-hackers] Schema bug

2005-12-12 Thread Jim C. Nasby
g... Doesn't invalidate my > point, though ;-) > > BTW, I just checked the postgresql CVS, and found the in the beginnings > of schema-support in pgsql, the public schema had oid 2071. It got > changed to 2200 before 7.3 was released, though. > > greetings, Florian Pfl