Re: Concurrent connections in psql - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Concurrent connections in psql
Date
Msg-id 46098865.7050308@dunslane.net
Whole thread Raw
In response to Re: Concurrent connections in psql  ("Simon Riggs" <simon@2ndquadrant.com>)
Responses Re: Concurrent connections in psql  ("Simon Riggs" <simon@2ndquadrant.com>)
List pgsql-hackers
Simon Riggs wrote:
>
> I would love, love, love to be able to use this syntax within pg_dump as
> well, so we can create multiple indexes in parallel at restore time.
> Anyone fancy adding that as well? We should be able to speed up overall
> index builds by x2 using concurrent builds.
>
>   

You will need to teach pg_restore any trick you use here - it doesn't 
use psql.

cheers

andrew



pgsql-hackers by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: Full page writes improvement, code update
Next
From: "Simon Riggs"
Date:
Subject: Re: Concurrent connections in psql