Re: What is made a mistake with SP?

From: Marcos <mjs_ops(at)gmx(dot)net>
To: John DeSoi <desoi(at)pgedit(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: What is made a mistake with SP?
Date: 2006-01-23 13:34:48
Message-ID: 1138023288.949.33.camel@servidor
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi John

Thanks for response.

> In other words, what does
> select * from fun_compras_calculado();
> return and if it is not an error, why is it wrong?

My problem is in CREATE the function, see:

marcos(at)servidor$ psql teste -U teste < teste.sql
ERRO: tipo "tipo_compras_calculado" não existe

In english I think that it means

ERROR: type "tipo_compras_calculado" not exists.

This is my problem with this SP...

Marcos.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Zlatko Matić 2006-01-23 13:36:53 Re: numeric data type?
Previous Message John DeSoi 2006-01-23 13:22:24 Re: What is made a mistake with SP?