CREATE TABLE gps_special_names (
	family	text,	-- The {{KNOWL('columns.gps_families.family', 'label for the family')}}
	gens	_numeric,	-- Encoded list of generators for this group description (different descriptions of the same group will usually be described in terms of different ambient groups, not within the standard description for this group
	id	bigint,	-- 
	label	text,	-- The {{KNOWL('group.label', 'label')}} of the group
	parameters	jsonb 	-- The values of the parameters to use in the family that will produce the specified group
);