Re: BUG #8435: PGAdmin backup: obect list missing objects - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #8435: PGAdmin backup: obect list missing objects
Date
Msg-id 6093.1378314209@sss.pgh.pa.us
Whole thread Raw
In response to BUG #8435: PGAdmin backup: obect list missing objects  (marta.mihoff@dal.ca)
List pgsql-bugs
marta.mihoff@dal.ca writes:
> Using the backup option (right click on an object) and then selecting the
> Objects tab: Not all objects appears in the list. This is true for versions
> 1.14.3 and the most recent version 1.16.1 downloaded today. I have a
> database called otn with over 100 schema. I wish to back up several tables
> from one schema, but that schema called "pgs" does not appear in the list of
> schema. When I change the name of the schema to "psg" then it does appear.

You should probably report this on the pgadmin mailing list, I'm not sure
how many of those folk read the core-server bug list.

I would expect PGAdmin to hide schemas beginning with "pg_", since those
are reserved as system schema names.  It sounds like someone got the test
wrong and is checking for just "pg" not "pg_".  I'm suspicious there's a
LIKE test coded as LIKE 'pg_%', which is wrong because "_" is a
metacharacter in LIKE patterns ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: marta.mihoff@dal.ca
Date:
Subject: BUG #8435: PGAdmin backup: obect list missing objects
Next
From: qwerty@hi.is
Date:
Subject: BUG #8436: Heisenbug: random: relation "XXX" does not exist on 3 tables/views