fai
08/01/2021, 4:12 AM# Using postgres user to login the db directly in console.
select * from auth.users;
ERROR: permission denied for table users
It works for previous supabase DB, using postgres user. Looks like postgres doesn't have the permission to view auth.users. Is this new ?
With that being said, the solution mentioned by you no longer work for new SUPABASE db (permission denied to view auth.users). Bummer.Azura
08/01/2021, 9:09 AMcheezyhao95
08/01/2021, 9:26 AMauth.users
via the web ui when adding columns?silentworks
08/01/2021, 10:00 AMauth.users
table isn't accessible from the client library, preferred method is to create a public.users
table that has the same uuid
as that used in the auth.users
table to handle referencessilentworks
08/01/2021, 10:01 AMcheezyhao95
08/01/2021, 10:15 AMs u s h i
08/01/2021, 3:33 PMoskar
08/01/2021, 3:35 PMoskar
08/01/2021, 3:38 PMsupabase.from('comments').select('id, created_at, post_id(title)')
assuming post(title), comment(post_id)
kind of structure.silentworks
08/01/2021, 3:38 PMRick
08/01/2021, 7:02 PMDi
08/01/2021, 7:17 PMNicoNico
08/01/2021, 8:38 PM"PostgreSQL said: must be owner of table X"
- anyone seen this before?NicoNico
08/01/2021, 8:39 PMNicoNico
08/01/2021, 8:41 PMpostgres
user?NicoNico
08/01/2021, 8:43 PMsilentworks
08/01/2021, 8:48 PMsilentworks
08/01/2021, 8:49 PMNicoNico
08/01/2021, 9:27 PMsilentworks
08/01/2021, 9:30 PMFlyken
08/01/2021, 10:23 PMMattyfaz
08/01/2021, 10:41 PMScott P
08/01/2021, 10:43 PM31.10
to be 31.1
, whereas doing 3110.toFixed(2)
would display it as 31.10
. You also have the intl
support in many environments for formatting currency correctly.Mattyfaz
08/01/2021, 10:45 PMburggraf
08/02/2021, 12:15 AMmagicquin
08/02/2021, 12:17 AMdebabrata
08/02/2021, 5:51 AMdebabrata
08/02/2021, 5:51 AMdebabrata
08/02/2021, 5:52 AMdebabrata
08/02/2021, 6:52 AM