Oracle to Postgres - Mailing list pgsql-sql

From faivrem@gmail.com (Mickael Faivre-Macon)
Subject Oracle to Postgres
Date
Msg-id f132f7e3.0411050712.246b589@posting.google.com
Whole thread Raw
List pgsql-sql
Hi,

I have this Pro*C statement
EXEC SQL AT db_name DESCRIBE BIND VARIABLES FOR S1 INTO bdp;
that I must translate into PL/pgSQL (compiled into c with ecpg)

I can not find a description of describe in the postgres 7.3 documentation.
Could someone help me ?

Postgres does not support SQLDA structures. How is it possible to do it ?

Mickael.


pgsql-sql by date:

Previous
From: Sam Mason
Date:
Subject: Re: Group by and aggregates
Next
From: Chethana Kuloor
Date:
Subject: Scheduling Jobs In PostgreSQL