Skip to content

Commit

Permalink
Update instrumentation/pg/example/pg.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Reopelle <[email protected]>
  • Loading branch information
hannahramadan and kaylareopelle authored Aug 5, 2024
1 parent 2e91c9e commit 379c440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/pg/example/pg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Insert data into the table
conn.exec("INSERT INTO test_table (name, age) VALUES ('Peter', 60), ('Paul', 25), ('Mary', 45)")

# Spans will be printed to your terminal when these statement execute:
# Spans will be printed to your terminal when these statements execute:
conn.exec('SELECT 1 AS a, 2 AS b, NULL AS c').each_row { |r| puts r.inspect }
conn.exec('SELECT * FROM test_table').each_row { |r| puts r.inspect }

Expand Down

0 comments on commit 379c440

Please sign in to comment.