From: | ivan <iv(at)psycho(dot)pl> |
---|---|
To: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | aliases |
Date: | 2003-07-06 20:15:37 |
Message-ID: | Pine.LNX.4.56.0307062153570.10536@rex.anfa.pl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
where can i find aliases to type , for example INT4 = INT = INTEGER ...
I realy need it to check if function is exists ..
Or how to get oid from same type , but no like select from pg_type
now about plpgsql
i think that will be nice , to possible declare var. with names started
from $ (like functions arguments names $1 .. )
and i tkink thet command EXECUTE should exec not SQL command, but plpgsql
command, Its very good way to create somthing like eval .
Then EXECUTE 'SELECT INTO var 4;'; will be not a problem any more.
and what about my functions to ips addreses and ports ???
thx
ivan
From | Date | Subject | |
---|---|---|---|
Next Message | Francisco Figueiredo Jr. | 2003-07-06 20:37:36 | Re: Receiving data in binary format how is it encoded? |
Previous Message | Tom Lane | 2003-07-06 19:57:45 | Re: Proof-of-concept for initdb-time shared_buffers selection |