Re: Zeroing single tuple in data file.

From: Matthew Walden <matthew(dot)walden(at)bcs(dot)org>
To: Lukasz Brodziak <lukasz(dot)brodziak(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Zeroing single tuple in data file.
Date: 2010-11-22 09:00:49
Message-ID: AANLkTingQXBQM02MJjWZYATA5JLh-utr_x4o66d4tPMH@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)brodziak(at)gmail(dot)com>wrote:

> \d+ what do You mean by that?
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Lukasz Brodziak 2010-11-22 10:04:58 Re: Zeroing single tuple in data file.
Previous Message Lukasz Brodziak 2010-11-22 08:56:37 Re: Zeroing single tuple in data file.