Re: Timestamp without timezone

From: Reg Me Please <regmeplease(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: "T(dot)J(dot) Adami" <adamitj(at)gmail(dot)com>
Subject: Re: Timestamp without timezone
Date: 2007-11-20 14:35:15
Message-ID: 200711201535.15543.regmeplease@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Il Tuesday 20 November 2007 15:01:53 T.J. Adami ha scritto:
> I'm using Microsoft Visual Foxpro 9 developing an ERP application,
> using PostgreSQL 8.2.5 and ODBC connection in version 7.
>
> If I upgrade my ODBC drivers to use "PostgreSQL ANSI", becomes an
> error like this:
>
> "function saldo_estoque("unknown", "unknown", "unknown", "unknown",
> timestamp without time zone) does not exist"
>
> However, the "unknown" types are BPCHAR on function "saldo_estoque",
> and "timestamp without time zone" is DATE type.
>
> How can I solve this?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org/

It's very likely that you have to do some explici casting on all other
paramter types, as the only one the DB has recognised is the last one,
aka TIMESTAMPTZ.

--
Reg me Please
<Non quietis maribus nauta>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Josh Harrison 2007-11-20 15:23:21 Re: postgresql storage and performance questions
Previous Message T.J. Adami 2007-11-20 14:01:53 Timestamp without timezone