Re: BUG #8435: PGAdmin backup: obect list missing objects

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: marta(dot)mihoff(at)dal(dot)ca
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8435: PGAdmin backup: obect list missing objects
Date: 2013-09-04 17:03:29
Message-ID: 6093.1378314209@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

marta(dot)mihoff(at)dal(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2013-09-04 19:01:50 Re: BUG #7730: intarray representation of empty arrays
Previous Message qwerty 2013-09-04 16:53:57 BUG #8436: Heisenbug: random: relation "XXX" does not exist on 3 tables/views