Re: Zeroing single tuple in data file. - Mailing list pgsql-admin

From Matthew Walden
Subject Re: Zeroing single tuple in data file.
Date
Msg-id AANLkTingQXBQM02MJjWZYATA5JLh-utr_x4o66d4tPMH@mail.gmail.com
Whole thread Raw
In response to Re: Zeroing single tuple in data file.  (Lukasz Brodziak <lukasz.brodziak@gmail.com>)
Responses Re: Zeroing single tuple in data file.
List pgsql-admin
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 <lukasz.brodziak@gmail.com> wrote:
\d+ what do You mean by that?

pgsql-admin by date:

Previous
From: Lukasz Brodziak
Date:
Subject: Re: Zeroing single tuple in data file.
Next
From: Lukasz Brodziak
Date:
Subject: Re: Zeroing single tuple in data file.