RE: [BUGS] compilation error

2001-04-05 Thread Darren King
> 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

RE: [BUGS] need solution for cachelookupfailed error

2001-03-22 Thread Darren King
> 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 (