Re: BUG #5943: jdbc client doesn't omit pg_toast_temp tables from schema views

From: Kris Jurka <books(at)ejurka(dot)com>
To: Daniel Ceregatti <daniel(at)ceregatti(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5943: jdbc client doesn't omit pg_toast_temp tables from schema views
Date: 2011-03-24 20:32:27
Message-ID: alpine.BSO.2.00.1103241631470.4390@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, 23 Mar 2011, Daniel Ceregatti wrote:

>
> The following bug has been logged online:
>
> Bug reference: 5943
> Logged by: Daniel Ceregatti
> Email address: daniel(at)ceregatti(dot)org
> Description: jdbc client doesn't omit pg_toast_temp tables from
> schema views
> Details:
>
> In the file org/postgresql/jdbc2/AbstractJdbc2DatabaseMetaData.java is the
> query:
>
> sql = "SELECT nspname AS TABLE_SCHEM FROM pg_catalog.pg_namespace WHERE
> nspname <> 'pg_toast' AND nspname !~ '^pg_temp_' ORDER BY TABLE_SCHEM";
>
> Using Data Tools Platform in eclipse I was able to see all the
> pg_toast_temp_XXX schemas in the schema view.

This has already been fixed in CVS and will be in the next set of
releases.

Kris Jurka

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Itagaki Takahiro 2011-03-25 01:44:20 Re: ERROR: character 0xe3809c of encoding "UTF8" has no equivalent in EUC_JP
Previous Message Josh Berkus 2011-03-24 18:53:38 Re: BUG #5944: COPY FROM doesn't work with international characters