Examples SQL scripts for PG?
Fri, 07/15/2011 - 08:45
I am not sure about the reason but the database script for the examples database is not available for PostgreSQL. Since I am using PG for development, sometimes I need to get to the examples and there is no examples script!!
Is there any plan on supplying that?
Regards,
Vaibhav

I tried to create a script but when using it, it shows the error:
TypeTable project_status_type's second column is not a unique VARCHAR.
Any idea on whats wrong?
EDIT: Is it because postgreSQL says its 'character varying' instead of 'varchar'?
Hi Vaibhav,
I am sorry that you dint get any replies, maybe the experts are onto something awesome!!
As for the error you are getting,type tables need two things
1- unique ID(int)
2 unique name(varchar)
Please read the example at:
http://examples.qcu.be/assets/_core/php/examples/more_codegen/type_table...