aliases - Mailing list pgsql-hackers

From ivan
Subject aliases
Date
Msg-id Pine.LNX.4.56.0307062153570.10536@rex.anfa.pl
Whole thread Raw
Responses Re: aliases  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List 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 ???

thxivan



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCHES] Proof-of-concept for initdb-time shared_buffers selection
Next
From: "Francisco Figueiredo Jr."
Date:
Subject: Re: Receiving data in binary format how is it encoded?