Skip to content

Commit

Permalink
Fix docs typo (yugabyte#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoleman authored and nasbyj committed Jan 8, 2020
1 parent a83e2cc commit 69401b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/pgtap.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,7 @@ bare `RECORD` value may be passed:

SELECT row_eq( $$ SELECT 1, 'foo' $$, ROW(1, 'foo') );

ue to the limitations of non-C functions in earlier versions of PostgreSQL, a
Due to the limitations of non-C functions in earlier versions of PostgreSQL, a
bare `RECORD` value cannot be passed to the function. You must instead pass in a
valid composite type value, and cast the record argument (the second argument)
to the same type. Both explicitly created composite types and table types are
Expand Down

0 comments on commit 69401b5

Please sign in to comment.