Fix typo in Record type documentation

non-blocking
WGH 2022-03-28 05:08:30 +03:00 committed by Jack Christensen
parent 4c6f1b1dc4
commit 5ece2efd4c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
)
// Record is the generic PostgreSQL record type such as is created with the
// "row" function. Record only implements BinaryEncoder and Value. The text
// "row" function. Record only implements BinaryDecoder and Value. The text
// format output format from PostgreSQL does not include type information and is
// therefore impossible to decode. No encoders are implemented because
// PostgreSQL does not support input of generic records.