Re: pgbench failed when -f option contains a char '@' - Mailing list pgsql-hackers

From Fabien COELHO
Subject Re: pgbench failed when -f option contains a char '@'
Date
Msg-id alpine.DEB.2.22.394.2012201427570.17354@pseudo
Whole thread Raw
In response to pgbench failed when -f option contains a char '@'  ("Wang, Shenhao" <wangsh.fnst@cn.fujitsu.com>)
List pgsql-hackers
Hello,

> pgbench use -f filename[@weight] to receive a sql script file with a weight,

ISTM that I thought of this: "pgbench -f filen@me@1" does work.

   sh> touch foo@bla
   sh> pgbench -f foo@bla@1
   pgbench: fatal: empty command list for script "foo@bla"

The documentation could point this out, though.

-- 
Fabien.



pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Commit fest manager for 2021-01
Next
From: Fabien COELHO
Date:
Subject: Re: pgbench failed when -f option contains a char '@'