Re: Create function problem - Mailing list pgsql-general

From Michael Fuhr
Subject Re: Create function problem
Date
Msg-id 20060804001821.GA34939@winnie.fuhr.org
Whole thread Raw
In response to Create function problem  (gustavo halperin <ggh.develop@gmail.com>)
List 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 by date:

Previous
From: John Sidney-Woollett
Date:
Subject: Re: Best Procedural Language?
Next
From: gustavo halperin
Date:
Subject: Re: Create function problem