Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: pgbench post-connection command - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgbench post-connection command
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: pgbench post-connection command  (Heikki Linnakangas <[email protected]>)
List pgsql-hackers
Heikki Linnakangas <[email protected]> writes:
> On 12.01.2012 17:26, Tom Lane wrote:
>> Simon Riggs<[email protected]>  writes:
>>> New -x option for pgbench executes the given command once after
>>> connection of each session.

> If it's just for SET, you could just put the GUCs in postgresql.conf.

Or use PGOPTIONS.  I think there might be a use-case for this sort of
thing, but it's going to be more complicated than a SET or two; that's
why I think the feature ought to provide for a script not just a
command.

One particular use-case that comes to mind is executing \set commands
that only need to be done once, not once per iteration.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Remembering bug #6123
Next
From: Simon Riggs
Date:
Subject: Re: pgbench post-connection command