We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa81eb commit f0be07cCopy full SHA for f0be07c
src/options.hpp
@@ -16,7 +16,7 @@ enum class hstore_column : char
16
{
17
/// no hstore column
18
none = 0,
19
- /// create hstore column for all tags without exclusive column
+ /// create hstore column for all tags that don't have their own column
20
norm = 1,
21
/// create hstore column for all tags
22
all = 2
0 commit comments