Location of database files?

Поиск
Список
Период
Сортировка
От Lee Kindness
Тема Location of database files?
Дата
Msg-id 15741.49081.890813.429603@kelvin.csl.co.uk
обсуждение исходный текст
Список pgsql-hackers
Is there any way to determine the location of files in a database
without being the postgres user? Essentially i'm after the setting of
PGDATA so i can then show disk status (df) for that partition.

The pg_database catalogue has 'datpath':
If the database is stored at an alternative location then thisrecords the location. It's either an environment variable
nameor anabsolute path, depending how it was entered.
 

so I'm really looking for the default location...

I could knock together a C function to do this (and indeed another to
return the usage stats too), but would like to check first there's no
simple way already!

Regards, Lee Kindness.


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

Предыдущее
От: "Mario Weilguni"
Дата:
Сообщение: Re: Script to compute random page cost
Следующее
От: Mark Kirkwood
Дата:
Сообщение: Re: Script to compute random page cost