Re: Numeric file names

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Numeric file names
Дата
Msg-id 200010282208.SAA21793@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Numeric file names  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
> > With that feature, I can write scripts pgfile2name and pgname2file that
> > map file names to table names.  People can run standard Unix commands
> > and have meaningful display output:
> > 
> >     ls -l | pgfile2name
> 
> sed `psql -Aqt -d ${database} -c "select'-e s/' || oid || '/' || relname || '/g' from pg_class"`
> 
> 
> What I'd find useful is a program that you can occasionally run on a
> database directory that creates links from "name" to "oid".

Let me not grab this utility as my own.  If someone else wants to code
it, go ahead.  I will be in California for most of next week.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Numeric file names
Следующее
От: "Vadim Mikheev"
Дата:
Сообщение: Re: Proposal for DROP TABLE rollback mechanism