Re: Broken PL/PgSQL for 7.0 beta 3?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Broken PL/PgSQL for 7.0 beta 3?
Дата
Msg-id 4776.954810600@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Broken PL/PgSQL for 7.0 beta 3?  (Eric Lee Green <pgsql-hackers@estinc.com>)
Список pgsql-hackers
Eric Lee Green <pgsql-hackers@estinc.com> writes:
> The following code works under 6.5 and doesn't work in 7.0 beta 3. Comments?

Please define "doesn't work".  I get (starting with a virgin paths table)

tpc=# select get_path('/etc');get_path
----------       1
(1 row)

tpc=# select get_path('/etc');get_path
----------       1
(1 row)

tpc=# select get_path('/etcz');get_path
----------       2
(1 row)

tpc=# select get_path('/etcz');get_path
----------       2
(1 row)

tpc=# select get_path('/etc');get_path
----------       1
(1 row)

which seems to be the intended behavior.

It might help to know what platform/compiler you are using, too.
        regards, tom lane


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Broken PL/PgSQL for 7.0 beta 3?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Problem with view