Обсуждение: rename public schema

Поиск
Список
Период
Сортировка

rename public schema

От
"Jim Cullison"
Дата:
<span class="gmail_quote"></span>I found out today that it is a bad idea, at least as far as pgadmin is concerned, to
renamethe public schema.  The query that pgadmin uses to list schemas checks if the oid is below a certain threshold
andrejects the renamed public schema.  Is that a bug or is it working as designed? <br /><span class="sg"><br />Jim<br
/></span>

Re: rename public schema

От
Dave Page
Дата:
Jim Cullison wrote:
> I found out today that it is a bad idea, at least as far as pgadmin is 
> concerned, to rename the public schema.  The query that pgadmin uses to 
> list schemas checks if the oid is below a certain threshold and rejects 
> the renamed public schema.  Is that a bug or is it working as designed?
> 
> Jim

Hi Jim,

That behavior has been changed for 1.6:

http://svn.pgadmin.org/cgi-bin/viewcvs.cgi?rev=4847&view=rev

Regards, Dave