predefined functions

Поиск
Список
Период
Сортировка
От Rafal Pietrak
Тема predefined functions
Дата
Msg-id 1160207031.4482.9.camel@zorro.isa-geek.com
обсуждение исходный текст
Ответы Re: predefined functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi,

Is there a reason why both:

    SELECT current_user;
    SELECT current_database();

are correct, while neither of:

    SELECT current_user();    -- syntax at '('
    SELECT current_database; -- missing column

is?

This is as of postgres version 8.1.4

--
Rafal Pietrak <rafal@poczta.homelinux.com>

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

Предыдущее
От: "ck"
Дата:
Сообщение: How to force the parser to use index scan instead of sequential scan
Следующее
От: Martin Steffen
Дата:
Сообщение: failure to connect to postgres DB via pg.el