Re: function length(numeric) does not exist

From: David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: function length(numeric) does not exist
Date: 2014-11-25 00:17:07
Message-ID: 1416874627457-5828105.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Ricardo Sardinha wrote
> Version: PostgreSQL 9.2.6, compiled by Visual C++ build 1600, 32-bit
> "ERRO: 42883: função length(numeric) não existe" (function length(numeric)
> does not exist).
>
> Then I try to create length function:
>
> CREATE OR REPLACE FUNCTION length(tsvector)

I'm confused...you try and pass a numeric into a length function and when
that doesn't work you go and create a length function that takes a tsvector?

Until you communicate what it is you are trying to accomplish and, ideally,
provide some code to help explain the same, it is going to be difficult to
provide you with help.

David J.

--
View this message in context: http://postgresql.nabble.com/function-length-numeric-does-not-exist-tp5828067p5828105.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-11-25 03:09:21 Re: BUG #12050: Orphaned base files
Previous Message Michael Paquier 2014-11-25 00:04:28 Re: function length(numeric) does not exist