On Mon, 15 May 2000 23:04:48 +0100 Joe Karthauser wrote: > And last but not least I'm used to using the 'desc tablename' sql command > to show the structure of a table within MySQL. How do I do the same in > PostgreSQL. In psql "\i tablename". Check out \? or the documentation for all the different backslash commands. You might want \z for access permissions as well. Regards, Giles
- Re: [GENERAL] Migrating from mysql. Morten W. Petersen
- Re: [GENERAL] Migrating from mysql. Giles Lean
- Re: [GENERAL] Migrating from mysql. Ross J. Reedstrom
- Re: [GENERAL] Migrating from mysql. Giles Lean
- Re: [GENERAL] Migrating from mysql. Ron Peterson