@@ -1048,28 +1048,28 @@ HINT: To initiate replication, you must manually create the replication slot, e
1048
1048
defined) for each publication.
1049
1049
<programlisting><![CDATA[
1050
1050
/* pub # */ \dRp+
1051
- Publication p1
1052
- Owner | All tables | Inserts | Updates | Deletes | Truncates | Via root
1053
- ----------+------------+---------+---------+---------+-----------+----------
1054
- postgres | f | t | t | t | t | f
1051
+ Publication p1
1052
+ Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root
1053
+ ----------+------------+---------+---------+---------+-----------+-------------------+----------
1054
+ postgres | f | t | t | t | t | none | f
1055
1055
Tables:
1056
- "public.t1" WHERE ((a > 5) AND (c = 'NSW'::text))
1056
+ "public.t1" WHERE ((a > 5) AND (c = 'NSW'::text))
1057
1057
1058
- Publication p2
1059
- Owner | All tables | Inserts | Updates | Deletes | Truncates | Via root
1060
- ----------+------------+---------+---------+---------+-----------+----------
1061
- postgres | f | t | t | t | t | f
1058
+ Publication p2
1059
+ Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root
1060
+ ----------+------------+---------+---------+---------+-----------+-------------------+----------
1061
+ postgres | f | t | t | t | t | none | f
1062
1062
Tables:
1063
- "public.t1"
1064
- "public.t2" WHERE (e = 99)
1063
+ "public.t1"
1064
+ "public.t2" WHERE (e = 99)
1065
1065
1066
- Publication p3
1067
- Owner | All tables | Inserts | Updates | Deletes | Truncates | Via root
1068
- ----------+------------+---------+---------+---------+-----------+----------
1069
- postgres | f | t | t | t | t | f
1066
+ Publication p3
1067
+ Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root
1068
+ ----------+------------+---------+---------+---------+-----------+-------------------+----------
1069
+ postgres | f | t | t | t | t | none | f
1070
1070
Tables:
1071
- "public.t2" WHERE (d = 10)
1072
- "public.t3" WHERE (g = 10)
1071
+ "public.t2" WHERE (d = 10)
1072
+ "public.t3" WHERE (g = 10)
1073
1073
]]></programlisting></para>
1074
1074
1075
1075
<para>
@@ -1491,10 +1491,10 @@ Publications:
1491
1491
for each publication.
1492
1492
<programlisting>
1493
1493
/* pub # */ \dRp+
1494
- Publication p1
1495
- Owner | All tables | Inserts | Updates | Deletes | Truncates | Via root
1496
- ----------+------------+---------+---------+---------+-----------+----------
1497
- postgres | f | t | t | t | t | f
1494
+ Publication p1
1495
+ Owner | All tables | Inserts | Updates | Deletes | Truncates | Generated columns | Via root
1496
+ ----------+------------+---------+---------+---------+-----------+-------------------+----------
1497
+ postgres | f | t | t | t | t | none | f
1498
1498
Tables:
1499
1499
"public.t1" (id, a, b, d)
1500
1500
</programlisting></para>
0 commit comments