On Wednesday 10 July 2002 12:36, Vikrama Dhiman wrote: > From areally disorganized dic available I learn that
What's that? Can you elaborate? > this is an ORDBMS. So, the question is how to create > objects. > Can someone plz. give me a simple syntax to create an > object address with follwing fields: > (street no., city, state, pincode.) > I dearly hope it is possible in postgresql. > iam using 7.2.1-5 version. Objects are called as classes in postgres. They are also called as relations/tables to suit traditional RDBMS folks.. see help on create table command and inherts option to it.. HTH Shridhar P.S. It would help if you take time to tuck in a neat post. E-mails, though informal need not be that way.. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Two, two, TWO treats in one. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
