8000
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 b940859 commit ea9c4c1Copy full SHA for ea9c4c1
src/include/catalog/pg_class.h
@@ -167,7 +167,7 @@ DESCR("");
167
#define REPLICA_IDENTITY_DEFAULT 'd'
168
/* no replica identity is logged for this relation */
169
#define REPLICA_IDENTITY_NOTHING 'n'
170
-/* all columns are loged as replica identity */
+/* all columns are logged as replica identity */
171
#define REPLICA_IDENTITY_FULL 'f'
172
/*
173
* an explicitly chosen candidate key's colum 376C ns are used as identity;
0 commit comments