Index: trunk/glueforge/templates/psdb/pop.tt
===================================================================
--- trunk/glueforge/templates/psdb/pop.tt	(revision 4320)
+++ trunk/glueforge/templates/psdb/pop.tt	(revision 4339)
@@ -5,5 +5,9 @@
 [% FOREACH item = columns -%]
 [% IF i == 0 %][% i = 1 %][% ELSE %], [% END -%]
+[% IF item.type == "STR" -%]
+char **[% item.name -%]
+[% ELSE -%]
 [% item.ctype %] *[% item.name -%]
+[% END -%]
 [% END %])
 {
