We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2c1e6 commit b7fcf5fCopy full SHA for b7fcf5f
1 file changed
examples/citus/example.rb
@@ -10,7 +10,7 @@
10
queries = Numo::SFloat.new(10, dimensions).rand
11
12
# enable extensions
13
-conn = PG.connect(dbname: "pgvector_example")
+conn = PG.connect(dbname: "pgvector_citus")
14
conn.exec("CREATE EXTENSION IF NOT EXISTS citus")
15
conn.exec("CREATE EXTENSION IF NOT EXISTS vector")
16
@@ -24,7 +24,7 @@
24
conn.close
25
26
# reconnect for updated GUC variables to take effect
27
28
29
puts "Creating distributed table"
30
conn.exec("DROP TABLE IF EXISTS items")
0 commit comments