File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
product_docs/docs/edb-postgres-ai
1.3/ai-factory/pipeline/installing
preview/ai-factory/pipeline/installing Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,10 @@ GRANT CREATE ON SCHEMA public TO alice;
5555Alice automatically owns whatever she creates, so she can ALTER or DROP her own objects.
5656She cannot drop or alter other users’ objects in ` public ` .
5757
58- Now you may Verify privileges
58+ Now you may verify privileges
59+
5960``` sql
60- \z public .documents ,
61- \z public .email_text ,
61+ \z public .documents
62+ \z public .email_text
6263\z public .chats
64+ ```
Original file line number Diff line number Diff line change @@ -55,8 +55,10 @@ GRANT CREATE ON SCHEMA public TO alice;
5555Alice automatically owns whatever she creates, so she can ALTER or DROP her own objects.
5656She cannot drop or alter other users’ objects in ` public ` .
5757
58- Now you may Verify privileges
58+ Now you may verify privileges
59+
5960``` sql
60- \z public .documents ,
61- \z public .email_text ,
61+ \z public .documents
62+ \z public .email_text
6263\z public .chats
64+ ```
You can’t perform that action at this time.
0 commit comments