aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odb/pgsql/pgsql-types.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/pgsql-types.hxx b/odb/pgsql/pgsql-types.hxx
index bd216c6..5579aa0 100644
--- a/odb/pgsql/pgsql-types.hxx
+++ b/odb/pgsql/pgsql-types.hxx
@@ -37,7 +37,7 @@ namespace odb
bit, // Buffer is a char array.
varbit, // Buffer is a char array.
uuid // Buffer is a 16-byte char array; size capacity, truncated
- // are unused.
+ // are unused. Note: big-endian, in RFC 4122/4.1.2 order.
};
buffer_type type;