Is there a way to get a table information from a POSTGRESQL database much like the one in SQL Server's sys_objects table? I need to code a javabean which will programatically read table information like the number of fields of a certain table and the data type of each field. How will I be able to achieve this in POSTGRESQL? Thanks in advance!
Raymond (now a java newbie =) )
Raymond (now a java newbie =) )