Skip to content

Commit 4664264

Browse files
authored
PostgreSQL connectors: videos for how to set up Azure Database for PostgreSQL and how to use the psql utility (#410)
1 parent ac86a4b commit 4664264

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

snippets/general-shared-text/postgresql.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following video shows how to set up [Azure Database for PostgreSQL](https://
1818
<iframe
1919
width="560"
2020
height="315"
21-
src="https://www.youtube.com/embed/AsL7MI8b0m4"
21+
src="https://www.youtube.com/embed/6lvtBUFI7eQ"
2222
title="YouTube video player"
2323
frameborder="0"
2424
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
@@ -103,6 +103,18 @@ import AllowIPAddressRanges from '/snippets/general-shared-text/ip-address-range
103103
- [CREATE TABLE](https://github.com/pgvector/pgvector) for PostrgreSQL with pgvector
104104
- [Unstructured document elements and metadata](/api-reference/api-services/document-elements)
105105

106+
The following video shows how to use the `psql` utility to connect to PostgreSQL, list databases, and list and create tables:
107+
108+
<iframe
109+
width="560"
110+
height="315"
111+
src="https://www.youtube.com/embed/IKo-4QHdNF4"
112+
title="YouTube video player"
113+
frameborder="0"
114+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
115+
allowfullscreen
116+
></iframe>
117+
106118
- A user in the database, and a password for the user.
107119

108120
- For Amazon RDS for PostgreSQL, learn how to [create a user](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.PostgreSQL.CommonDBATasks.Roles.html).

0 commit comments

Comments
 (0)