Re: Identifying index files

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Identifying index files
Дата
Msg-id 200309081741.h88HfJn06546@candle.pha.pa.us
обсуждение исходный текст
Ответ на Identifying index files  (David Rickard <David.Rickard@GTScompanies.com>)
Список pgsql-novice
David Rickard wrote:
> We're building a PostGreSQL 7.3.4 system; we want to place database index
> files on an external drive (for security and backup robustness); we have
> seen in the documentation that is is possible to move the index files to a
> new directory (after they are created) and making symbolic links to their
> new location.  Our problem is distinguishing the index files from data
> files;  does PostGreSQL have a naming convention for the index files?  Or
> is there any particular content we could grep for to identify these files?

See the manual section on "Managing Disk Space".

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: David Rickard
Дата:
Сообщение: Identifying index files
Следующее
От: Jason Hihn
Дата:
Сообщение: Modifying pg_shadow?