[BUGS] update on unique constraint

2000-11-22 Thread Theo Kramer
postgresql 7.0.3 on RedHat 7.0 -- create table whois (domain text, version integer); CREATE theo=# create unique index whois_idx on whois (domain,version); CREATE theo=# insert into whois values ('mydomain.co.za', 0); INSERT 18829 1 theo=# insert into whois values ('my

[BUGS] STDC_HEADERS on Solaris 8

2000-11-22 Thread Matt Benjamin
I don't think this is really a bug, however, maybe it is something for the Solaris FAQ? I found that on my (relatively typical, for a certain type of installation) sparc Solaris 8 installation, STDC_HEADERS ended up undefined in config.h. I noticed on the web that this happens to people from

Re: [BUGS] STDC_HEADERS on Solaris 8

2000-11-22 Thread Tom Lane
Matt Benjamin <[EMAIL PROTECTED]> writes: > I found that on my (relatively typical, for a certain type of > installation) sparc Solaris 8 installation, STDC_HEADERS ended up > undefined in config.h. Hmm ... it'd probably be useful to see the config.log contents to figure out why that's happenin