pjanuario commented on issue #1684:
URL: https://github.com/apache/polaris/issues/1684#issuecomment-2917266387

   I have checked this and indeed it seems just the rediness checks.
   
   ```
   root@d869fffbdb91:/# psql -d POLARIS -U postgres
   psql (17.5 (Debian 17.5-1.pgdg120+1))
   Type "help" for help.
   
   POLARIS=# \l
                                                       List of databases
      Name    |  Owner   | Encoding | Locale Provider |  Collate   |   Ctype    
| Locale | ICU Rules |   Access privileges
   
-----------+----------+----------+-----------------+------------+------------+--------+-----------+-----------------------
    POLARIS   | postgres | UTF8     | libc            | en_US.utf8 | en_US.utf8 
|        |           |
    postgres  | postgres | UTF8     | libc            | en_US.utf8 | en_US.utf8 
|        |           |
    template0 | postgres | UTF8     | libc            | en_US.utf8 | en_US.utf8 
|        |           | =c/postgres          +
              |          |          |                 |            |            
|        |           | postgres=CTc/postgres
    template1 | postgres | UTF8     | libc            | en_US.utf8 | en_US.utf8 
|        |           | =c/postgres          +
              |          |          |                 |            |            
|        |           | postgres=CTc/postgres
   (4 rows)
   
   POLARIS=# \dn
             List of schemas
         Name      |       Owner
   ----------------+-------------------
    polaris_schema | postgres
    public         | pg_database_owner
   (2 rows)
   
   POLARIS=# \dt polaris_schema
   Did not find any relation named "polaris_schema".
   POLARIS=# \dt polaris_schema.*
                            List of relations
        Schema     |             Name              | Type  |  Owner
   ----------------+-------------------------------+-------+----------
    polaris_schema | entities                      | table | postgres
    polaris_schema | grant_records                 | table | postgres
    polaris_schema | policy_mapping_record         | table | postgres
    polaris_schema | principal_authentication_data | table | postgres
   (4 rows)
   
   ```
   
   While diving I noticed that polaris uses the schema `polaris_schema`, this 
might be interesting to document or adjust the examples to provide an explicit 
schema. This way it would be easier to understand the defaults.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to