You can describe an object with the psql command \d. \d+ gives you extended information. So at the psql command line if you type the following -
\d+ users You should see a description of the layout of the table along with associated indexes. On Mon, Nov 22, 2010 at 8:56 AM, Lukasz Brodziak <[email protected]>wrote: > \d+ what do You mean by that? >
