Re: FATAL: database "xxx" does not exist when it does

2023-02-01 Thread Rodrigo Luna
Change the owner to xxx too. Rodrigo Dev Visite: https://rodrigoluna.net.br YouTube: GamesBR > Em 1 de fev. de 2023, à(s) 17:15, Rodrigo Luna > escreveu: > > Even on the create role you set login? > > Rodrigo Dev > Visite: https://rodrigoluna.net.br > YouTube: Games

Re: FATAL: database "xxx" does not exist when it does

2023-02-01 Thread Rodrigo Luna
Even on the create role you set login? Rodrigo Dev Visite: https://rodrigoluna.net.br YouTube: GamesBR > Em 1 de fev. de 2023, à(s) 17:13, Siddharth Jain > escreveu: > >  >> >> >>> using Postgres 14.4, I created a database as the postgres user: >>> >>> create database xxx; >>> >>> postgre

Re: "SELECT FROM foo" acts like "SELECT COUNT(*) FROM foo"?

2023-02-01 Thread Rodrigo Luna
SELECT COUNT(*) FROM table_name WHERE condition; Rodrigo Dev Visite: https://rodrigoluna.net.br YouTube: YouTube.com/@gamesbrs > Em 1 de fev. de 2023, à(s) 17:00, Ron escreveu: > >  v12.13 > > https://www.postgresql.org/docs/12/sql-select.html > > The docs say that one of thes