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