Embedded SQL question

From: Michael Meskes <Michael_Meskes(at)topmail(dot)de>
To: PostgreSQL Hacker <pgsql-hackers(at)postgresql(dot)org>
Subject: Embedded SQL question
Date: 1999-02-08 10:28:31
Message-ID: 19990208112831.A261@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On my todo list I found two missing commands:

exec sql free
exec sql alloc

I remember seeing them in an (Informix?) example. But I cannot remember what
they should do? They do not seem to be standard either.

Does anyone one know more about this?

Also there is the exec sql type statement. At least Oracle has this typedef
equivalent. The syntax is:

exec sql type <c-type> is <ora-type>

In my examples this is followed by the keyword "REFERENCE". I have no idea
whether this is required or optional. Does anyone know that? And what does
it mean?

Michael
--
Michael Meskes | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz | Go Rhein Fire!
Tel.: (+49) 2431/72651 | Use Debian GNU/Linux!
Email: Michael(dot)Meskes(at)gmx(dot)net | Use PostgreSQL!

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Broytmann 1999-02-08 10:29:44 sequence dump/reload
Previous Message Oleg Broytmann 1999-02-08 08:45:16 Re: [HACKERS] Oops, I seem to have changed UNION's behavior