Re: Postresql: need a way to initiate a database with a test user

2017-09-19 Thread Michael Stone
On Fri, Sep 15, 2017 at 01:03:36PM +, Tom Browder wrote: I get the following error when trying to create a table with psql:   psql:  FATAL:   Peer authentication failed for user "sql92"   The spawned command 'psql -f ./t/t.sql -U sql92' exited unsuccessfully (exit code: 2) The sql file has

Re: Postresql: need a way to initiate a database with a test user

2017-09-19 Thread Zenaan Harkness
On Fri, Sep 15, 2017 at 01:03:36PM +, Tom Browder wrote: > I get the following error when trying to create a table with psql: > > psql: FATAL: Peer authentication failed for user "sql92" > The spawned command 'psql -f ./t/t.sql -U sql92' exited unsuccessfully > (exit code: 2) > > The

Re: Postresql: need a way to initiate a database with a test user

2017-09-15 Thread Tom Browder
On Fri, Sep 15, 2017 at 08:03 Tom Browder wrote: > I get the following error when trying to create a table with psql: > Re: OP subject: s/Postresql/PostgreSQL/ -Tom