Skip to content

Commit c9d5ef2

Browse files
authored
Merge pull request #768 from EnterpriseDB/AIaccelerator/frontmatter-fix
AI Accelerator - frontmater fix
2 parents bccc001 + b53c59c commit c9d5ef2

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

product_docs/docs/edb-postgres-ai/1.3/ai-factory/pipeline/installing/permissions.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ GRANT CREATE ON SCHEMA public TO alice;
5555
Alice automatically owns whatever she creates, so she can ALTER or DROP her own objects.
5656
She 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+
```

product_docs/docs/edb-postgres-ai/preview/ai-factory/pipeline/installing/permissions.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ GRANT CREATE ON SCHEMA public TO alice;
5555
Alice automatically owns whatever she creates, so she can ALTER or DROP her own objects.
5656
She 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+
```

0 commit comments

Comments
 (0)