Re: Test for file exists?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Test for file exists?
Дата
Msg-id 200409200930.44193.josh@agliodbs.com
обсуждение исходный текст
Ответ на Test for file exists?  ("Richard Sydney-Smith" <richard@ibisaustralia.com>)
Список pgsql-sql
Richard,

> But only if 'sometable.csv' exists;
>
> If 'sometable.csv' does not exist as an input table I want to continue
> the next command.

Sorry, can't be done in plpgsql.   Regular procedural languages are 
deliberately kept ignorant of the host filesystem in order to prevent 
database users from being able to compromise it.   It's a security thing.

You could easily write a function in an "untrusted" language, like PL/PerlU or 
PL/PythonU, which would test for file existence and return a true/false 
value.

-- 
Josh Berkus
Aglio Database Solutions
San Francisco


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

Предыдущее
От: T E Schmitz
Дата:
Сообщение: Re: COUNT(*) to find records which have a certain number of
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: COUNT(*) to find records which have a certain number of