@@ -916,7 +916,7 @@ help(const char *progname)
916
916
printf (_ (" --quote-all-identifiers quote all identifiers, even if not key words\n" ));
917
917
printf (_ (" --section=SECTION dump named section (pre-data, data, or post-data)\n" ));
918
918
printf (_ (" --serializable-deferrable wait until the dump can run without anomalies\n" ));
919
- printf (_ (" --snapshot=SNAPSHOT use given synchronous snapshot for the dump\n" ));
919
+ printf (_ (" --snapshot=SNAPSHOT use given snapshot for the dump\n" ));
920
920
printf (_ (" --strict-names require table and/or schema include patterns to\n"
921
921
" match at least one entity each\n" ));
922
922
printf (_ (" --use-set-session-authorization\n"
@@ -1455,7 +1455,7 @@ dumpTableData_copy(Archive *fout, DumpOptions *dopt, void *dcontext)
1455
1455
const char * column_list ;
1456
1456
1457
1457
if (g_verbose )
1458
- write_msg (NULL , "dumping contents of table \"%s\".\" %s\"\n" ,
1458
+ write_msg (NULL , "dumping contents of table \"%s. %s\"\n" ,
1459
1459
tbinfo -> dobj .namespace -> dobj .name , classname );
1460
1460
1461
1461
/*
@@ -2852,7 +2852,7 @@ getPolicies(Archive *fout, TableInfo tblinfo[], int numTables)
2852
2852
continue ;
2853
2853
2854
2854
if (g_verbose )
2855
- write_msg (NULL , "reading row security enabled for table \"%s\".\" %s\"\n" ,
2855
+ write_msg (NULL , "reading row security enabled for table \"%s. %s\"\n" ,
2856
2856
tbinfo -> dobj .namespace -> dobj .name ,
2857
2857
tbinfo -> dobj .name );
2858
2858
@@ -2883,7 +2883,7 @@ getPolicies(Archive *fout, TableInfo tblinfo[], int numTables)
2883
2883
}
2884
2884
2885
2885
if (g_verbose )
2886
- write_msg (NULL , "reading policies for table \"%s\".\" %s\"\n" ,
2886
+ write_msg (NULL , "reading policies for table \"%s. %s\"\n" ,
2887
2887
tbinfo -> dobj .namespace -> dobj .name ,
2888
2888
tbinfo -> dobj .name );
2889
2889
@@ -5327,7 +5327,7 @@ getIndexes(Archive *fout, TableInfo tblinfo[], int numTables)
5327
5327
continue ;
5328
5328
5329
5329
if (g_verbose )
5330
- write_msg (NULL , "reading indexes for table \"%s\".\" %s\"\n" ,
5330
+ write_msg (NULL , "reading indexes for table \"%s. %s\"\n" ,
5331
5331
tbinfo -> dobj .namespace -> dobj .name ,
5332
5332
tbinfo -> dobj .name );
5333
5333
@@ -5694,7 +5694,7 @@ getConstraints(Archive *fout, TableInfo tblinfo[], int numTables)
5694
5694
continue ;
5695
5695
5696
5696
if (g_verbose )
5697
- write_msg (NULL , "reading foreign key constraints for table \"%s\".\" %s\"\n" ,
5697
+ write_msg (NULL , "reading foreign key constraints for table \"%s. %s\"\n" ,
5698
5698
tbinfo -> dobj .namespace -> dobj .name ,
5699
5699
tbinfo -> dobj .name );
5700
5700
@@ -6033,7 +6033,7 @@ getTriggers(Archive *fout, TableInfo tblinfo[], int numTables)
6033
6033
continue ;
6034
6034
6035
6035
if (g_verbose )
6036
- write_msg (NULL , "reading triggers for table \"%s\".\" %s\"\n" ,
6036
+ write_msg (NULL , "reading triggers for table \"%s. %s\"\n" ,
6037
6037
tbinfo -> dobj .namespace -> dobj .name ,
6038
6038
tbinfo -> dobj .name );
6039
6039
@@ -6767,7 +6767,7 @@ getTableAttrs(Archive *fout, DumpOptions *dopt, TableInfo *tblinfo, int numTable
6767
6767
* the output of an indexscan on pg_attribute_relid_attnum_index.
6768
6768
*/
6769
6769
if (g_verbose )
6770
- write_msg (NULL , "finding the columns and types of table \"%s\".\" %s\"\n" ,
6770
+ write_msg (NULL , "finding the columns and types of table \"%s. %s\"\n" ,
6771
6771
tbinfo -> dobj .namespace -> dobj .name ,
6772
6772
tbinfo -> dobj .name );
6773
6773
@@ -6980,7 +6980,7 @@ getTableAttrs(Archive *fout, DumpOptions *dopt, TableInfo *tblinfo, int numTable
6980
6980
int numDefaults ;
6981
6981
6982
6982
if (g_verbose )
6983
- write_msg (NULL , "finding default expressions of table \"%s\".\" %s\"\n" ,
6983
+ write_msg (NULL , "finding default expressions of table \"%s. %s\"\n" ,
6984
6984
tbinfo -> dobj .namespace -> dobj .name ,
6985
6985
tbinfo -> dobj .name );
6986
6986
@@ -7105,7 +7105,7 @@ getTableAttrs(Archive *fout, DumpOptions *dopt, TableInfo *tblinfo, int numTable
7105
7105
int numConstrs ;
7106
7106
7107
7107
if (g_verbose )
7108
- write_msg (NULL , "finding check constraints for table \"%s\".\" %s\"\n" ,
7108
+ write_msg (NULL , "finding check constraints for table \"%s. %s\"\n" ,
7109
7109
tbinfo -> dobj .namespace -> dobj .name ,
7110
7110
tbinfo -> dobj .name );
7111
7111
0 commit comments