arjun
committed
on 26 Mar 02
oh, they don't want to see subgroups in the workspace.
/cat/subcategory-add-postgresql.xql (deleted)
1 1 <?xml version="1.0"?>
2 2
3 3 <queryset>
4 4    <rdbms><type>postgresql</type><version>7.1</version></rdbms>
5 5
6 6 <fullquery name="get_subcat_id_seq">     
7 7       <querytext>
8 8       select ec_subcategory_id_sequence.nextval
9 9       </querytext>
10 10 </fullquery>
11 11
12 12  
13 13 </queryset>