here's Postgresql table definition
Shiny - January 14, 2006 - 05:17
| Project: | Meta tags |
| Version: | 4.6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
CREATE TABLE nodewords (
type text NOT NULL,
id text NOT NULL,
name text NOT NULL,
content text NULL,
PRIMARY KEY(type, id, name)
);

#1
Fixed in 4.6.
I had no way to test it, but seems pretty obvious.
#2