Re: translating filenames into tablenames?

Поиск
Список
Период
Сортировка
От Dmitry Tkach
Тема Re: translating filenames into tablenames?
Дата
Msg-id 3E496D23.2090009@openratings.com
обсуждение исходный текст
Ответ на translating filenames into tablenames?  ("Ed L." <pggeneral@bluepolka.net>)
Список pgsql-general
select relname from pg_class where oid = <filename_without_extension>

should do it...

I hope, it helps..

Dima

Ed L. wrote:
> Could someone point me to the docs or remind me of the tool that=20
> allows me to translate filenames under $PGDATA/base/ into the=20
> corresponding DB object name?  I know this is an FAQ, but I didn't=20
> see it.
>
> Thanks in advance.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Is Hash Agg being used? 7.4 seems to handle this query worse than 7.3
Следующее
От: "Cristian Custodio"
Дата:
Сообщение: Fw: Priority against catalog