Ameen, > I want to know the type of a field in a table > how can I khow it ? Way #1: 1. Log into to your database using the command line utility PSQL. 2. Type "\d <name of table>" Way #2: 1. Install phpPgAdmin database administration tool. 2. Examine the table using phpPgAdmin. -Josh