Re: Multiple table entries?

From: Jeff Ross <jross(at)wykids(dot)org>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Multiple table entries?
Date: 2009-08-23 16:40:30
Message-ID: 4A9170FE.2040305@wykids.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greg Stark wrote:
> On Sun, Aug 23, 2009 at 5:02 PM, Greg Stark<gsstark(at)mit(dot)edu> wrote:
>
>> On Sun, Aug 23, 2009 at 2:18 PM, Jeff Ross<jross(at)wykids(dot)org> wrote:
>> Incidentally, may as well ask the usual questions:
>>
>
> And just for reference, what does pg_controldata print?
>
>
_postgresql(at)heinlein:/var/postgresql $
pg_controldata
pg_control version number: 843
Catalog version number: 200904091
Database system identifier: 5368117850282091454
Database cluster state: in production
pg_control last modified: Sun Aug 23 10:37:39 2009
Latest checkpoint location: 0/4203B43C
Prior checkpoint location: 0/4202F978
Latest checkpoint's REDO location: 0/4203B43C
Latest checkpoint's TimeLineID: 1
Latest checkpoint's NextXID: 0/116884
Latest checkpoint's NextOID: 866525
Latest checkpoint's NextMultiXactId: 1
Latest checkpoint's NextMultiOffset: 0
Time of latest checkpoint: Sun Aug 23 10:37:38 2009
Minimum recovery ending location: 0/0
Maximum data alignment: 4
Database block size: 8192
Blocks per segment of large relation: 131072
WAL block size: 8192
Bytes per WAL segment: 16777216
Maximum length of identifiers: 64
Maximum columns in an index: 32
Maximum size of a TOAST chunk: 2000
Date/time type storage: 64-bit integers
Float4 argument passing: by value
Float8 argument passing: by reference

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Lelarge 2009-08-23 16:50:10 Re: Strange "missing tables" problem
Previous Message Jeff Ross 2009-08-23 16:37:00 Re: Multiple table entries?