Skip to content

Commit

Permalink
Fix indention of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Oct 15, 2024
1 parent 7f08ece commit f526686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/pg/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ def inspect
# conn.put_copy_data ['more', 'data', 'to', 'copy']
# end
#
# All 4 CopyRow classes can take a type map to specify how the columns are mapped to and from the database format.
# For details see the particular CopyRow class description.
#
# All 4 CopyRow classes can take a type map to specify how the columns are mapped to and from the database format.
# For details see the particular CopyRow class description.
#
# PG::BinaryEncoder::CopyRow can be used to send data in binary format to the server.
# In this case copy_data generates the header and trailer data automatically:
# enco = PG::BinaryEncoder::CopyRow.new
Expand Down

0 comments on commit f526686

Please sign in to comment.