SQL2Diagram: A sourceforge project that I am involved in; we use that program at work to keep track of our database structure, consisting of 250+ tables in several modules. It basically parses the SQL Create Table statements and generates both
Installing Java Stored Procedures on PostgreSQL 8.0 (Win)
February 2005 look at the page PL Java Website.change the file C:\Program Files\PostgreSQL\8.0\data\postgresql.conf: dynamic_library_path = ‘$libdir;C:/Program Files/PostgreSQL/8.0/pljava’custom_variable_classes = ‘pljava’pljava.classpath = ‘C:/Program Files/PostgreSQL/8.0/pljava/pljava.jar’ Set the classpath: set CLASSPATH=%CLASSPATH%;deploy.jar;..\jdbc\postgresql-8.0.309.jdbc2.jar;pljava.jar change into directory “Program Files\PostgreSQL\8.0\pljava” and execute java org.postgresql.pljava.deploy.Deployer -install -database mydatabase -user
Reports with Symfony
I wondered what the easiest way was to create reports.I looked into PM Report 4.1 by Zeke Walker, but did not think it would be what I needed. So this is what I did:edit the Peer class of your table,