> Iam installing postgresql-7.0.3 on solaris sparc 2.7.
>
> ...
>
> `/usr/share/src/postgresql-6.5.3/src/backend/lib'
> make[1]: *** [lib.dir] Error 2
> make[1]: Leaving directory
> `/usr/share/src/postgresql-6.5.3/src/backend'
> make: *** [all] Error 2
Looks like there's a little version mixing
> Company Table Structure
> create table company ( id serial PRIMARY KEY, comp_name varchar(100),
shortname varchar(20));
> Insert Function for company table
> create function insertcompany(varchar(100),varchar(20)) returns int4
as
> 'begin
> Insert into company (comp_name,shortname) values (