Re: Create function problem

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Create function problem
Дата
Msg-id 20060804001821.GA34939@winnie.fuhr.org
обсуждение исходный текст
Ответ на Create function problem  (gustavo halperin <ggh.develop@gmail.com>)
Список pgsql-general
On Fri, Aug 04, 2006 at 01:51:19AM +0300, gustavo halperin wrote:
> In order to know the names and data types of the table "mil_cien_diez"
> from the schema "public" I run the next 'SELECT' but when I try to
> create a SQL function and after it I run it, I receive an empty row. Can
> you see the problem ??*
[...]
> mydb=> SELECT * FROM f_describe_tables('pubilc', 'mil_cien_diez');

'public' looks misspelled.  Does the query work if you change it?

--
Michael Fuhr

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

Предыдущее
От: John Sidney-Woollett
Дата:
Сообщение: Re: Best Procedural Language?
Следующее
От: gustavo halperin
Дата:
Сообщение: Re: Create function problem