Re: logger table

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: logger table
Date: 2012-12-24 03:43:48
Message-ID: 50D7CF74.9060509@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/23/2012 7:01 PM, Philipp Kraus wrote:
> I don't know how can I create a good PK value. IMHO a sequence can be create problems that I'm logged in with the same user on multiple hosts,

why is that a reason ? sequences work no matter how many clients there
are.

> PK is at the moment jobid & cycle number.

how is this jobid assigned? is this something external? how are you
keeping track of the cycle number for a given job?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Anjali Arora 2012-12-24 07:27:25 Re: Vacuum analyze verbose output
Previous Message Alejandro Carrillo 2012-12-24 03:13:20 Re: logger table