Re: Listing views

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Listing views
Дата
Msg-id 87d61zghu6.fsf@asmodeus.mcnaught.org
обсуждение исходный текст
Ответ на Re: Listing views  (Olivier Guilyardi <ml@xung.org>)
Ответы Re: Listing views  (Olivier Guilyardi <ml@xung.org>)
Список pgsql-general
Olivier Guilyardi <ml@xung.org> writes:

> Okay, that's what I thought : an initial little query to identify the server
> version, so that subsequent queries can be adapted accordingly...
>
> But, since this "What Postgresql version is this ?" query is
> silently performed by the library I'm interested in, what the host
> application is not supposed to know, it must be ensured that it's
> not going to break : is version() the way to go ? Could there be
> some permission issues with very restrictive user accounts ?  Some
> better _only-one-query_ way to identify the server version/features
> ?

'SELECT version();' should work.  There will be no permission issues
with calling that function unless you set the database up that way--it
has PUBLIC execute permission by default.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
   --T. J. Jackson, 1863

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

Предыдущее
От: "Rob Klaus"
Дата:
Сообщение: Relation does not exist
Следующее
От: Olivier Guilyardi
Дата:
Сообщение: Re: Listing views