Re: Error retrieving PostgreSQL DB information with Coturn

2020-01-14 Thread Marco Ippolito
Thank you very much Adrian! I feel ashamed for such a silly mistake coturn=# \dt List of relations Schema | Name | Type | Owner +--+---+--- public | admin_user | table | turn public | allowed_peer_ip | table | t

Re: Error retrieving PostgreSQL DB information with Coturn

2020-01-14 Thread Adrian Klaver
On 1/14/20 8:33 AM, Marco Ippolito wrote: In order to understand how to use Postgresql-11 with Coturn, https://github.com/coturn/coturn , I created a postgresql-11 dabatase using /usr/local/share/turnserver/schema.sql  :     CREATE TABLE turnusers_lt (         realm varchar(127) default '',