Re: Concurrently run scipts

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Concurrently run scipts
Дата
Msg-id ZTl3cYVrLibngxAS@momjian.us
обсуждение исходный текст
Ответ на Concurrently run scipts  (Shaozhong SHI <shishaozhong@gmail.com>)
Ответы Re: Concurrently run scipts  (hector vass <hector.vass@gmail.com>)
Список pgsql-sql
On Wed, Oct 25, 2023 at 08:57:03PM +0100, Shaozhong SHI wrote:
> In psql  we run scripts sequentially like the following:
> 
> \ir script1
> \ir script2
> 
> 
> Is there something similar for concurrent running script?

Uh, yeah, see the use of \! and & starting on slide 59:

    https://momjian.us/main/writings/pgsql/locking.pdf

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  Only you can decide what is important to you.



В списке pgsql-sql по дате отправления:

Предыдущее
От: Shaozhong SHI
Дата:
Сообщение: Concurrently run scipts
Следующее
От: hector vass
Дата:
Сообщение: Re: Concurrently run scipts