i could stuff everything in one table to begin with like so:
CREATE TABLE cat_alias ( rec_id int(11) NOT NULL PRIMARY KEY, path char(256) NOT NULL, link char(256) NOT NULL, name char(64) NOT NULL );
but since the 'link' column is an alias (symbolic link) pointing to a real path and is not used often, it would be waste of space.
---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)