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

Поиск
Список
Период
Сортировка
От Daniel Ceregatti
Тема BUG #5943: jdbc client doesn't omit pg_toast_temp tables from schema views
Дата
Msg-id 201103232301.p2NN1xhO067900@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5943: jdbc client doesn't omit pg_toast_temp tables from schema views  (Kris Jurka <books@ejurka.com>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      5943
Logged by:          Daniel Ceregatti
Email address:      daniel@ceregatti.org
PostgreSQL version: N/A
Operating system:   N/A
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.

Using postgresql-9.0-801.jdbc4.jar

Please note that RhodiumToad in #postgresql on irc.freenode.org actually
discovered this based on a conversation he, ojacobson, and I had, and I'm
simply reporting what he discovered.

Thanks,

Daniel

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Nathan M. Davalos"
Дата:
Сообщение: Re: BUG #5944: COPY FROM doesn't work with international characters
Следующее
От: Dave Page
Дата:
Сообщение: Re: BUG #5938: PostgreSQL Installer outputs log file with superuser password in clear text