@@ -905,7 +905,7 @@ help(const char *progname)
905
905
printf (_ (" --quote-all-identifiers quote all identifiers, even if not key words\n" ));
906
906
printf (_ (" --section=SECTION dump named section (pre-data, data, or post-data)\n" ));
907
907
printf (_ (" --serializable-deferrable wait until the dump can run without anomalies\n" ));
908
- printf (_ (" --snapshot=SNAPSHOT use given synchronous snapshot for the dump\n" ));
908
+ printf (_ (" --snapshot=SNAPSHOT use given snapshot for the dump\n" ));
909
909
printf (_ (" --use-set-session-authorization\n"
910
910
" use SET SESSION AUTHORIZATION commands instead of\n"
911
911
" ALTER OWNER commands to set ownership\n" ));
@@ -1436,7 +1436,7 @@ dumpTableData_copy(Archive *fout, DumpOptions *dopt, void *dcontext)
1436
1436
const char * column_list ;
1437
1437
1438
1438
if (g_verbose )
1439
- write_msg (NULL , "dumping contents of table \"%s\".\" %s\"\n" ,
1439
+ write_msg (NULL , "dumping contents of table \"%s. %s\"\n" ,
1440
1440
tbinfo -> dobj .namespace -> dobj .name , classname );
1441
1441
1442
1442
/*
@@ -2833,7 +2833,7 @@ getPolicies(Archive *fout, TableInfo tblinfo[], int numTables)
2833
2833
continue ;
2834
2834
2835
2835
if (g_verbose )
2836
- write_msg (NULL , "reading row security enabled for table \"%s\".\" %s\"\n" ,
2836
+ write_msg (NULL , "reading row security enabled for table \"%s. %s\"\n" ,
2837
2837
tbinfo -> dobj .namespace -> dobj .name ,
2838
2838
tbinfo -> dobj .name );
2839
2839
@@ -2864,7 +2864,7 @@ getPolicies(Archive *fout, TableInfo tblinfo[], int numTables)
2864
2864
}
2865
2865
2866
2866
if (g_verbose )
2867
- write_msg (NULL , "reading policies for table \"%s\".\" %s\"\n" ,
2867
+ write_msg (NULL , "reading policies for table \"%s. %s\"\n" ,
2868
2868
tbinfo -> dobj .namespace -> dobj .name ,
2869
2869
tbinfo -> dobj .name );
2870
2870
@@ -5308,7 +5308,7 @@ getIndexes(Archive *fout, TableInfo tblinfo[], int numTables)
5308
5308
continue ;
5309
5309
5310
5310
if (g_verbose )
5311
- write_msg (NULL , "reading indexes for table \"%s\".\" %s\"\n" ,
5311
+ write_msg (NULL , "reading indexes for table \"%s. %s\"\n" ,
5312
5312
tbinfo -> dobj .namespace -> dobj .name ,
5313
5313
tbinfo -> dobj .name );
5314
5314
@@ -5675,7 +5675,7 @@ getConstraints(Archive *fout, TableInfo tblinfo[], int numTables)
5675
5675
continue ;
5676
5676
5677
5677
if (g_verbose )
5678
- write_msg (NULL , "reading foreign key constraints for table \"%s\".\" %s\"\n" ,
5678
+ write_msg (NULL , "reading foreign key constraints for table \"%s. %s\"\n" ,
5679
5679
tbinfo -> dobj .namespace -> dobj .name ,
5680
5680
tbinfo -> dobj .name );
5681
5681
@@ -6014,7 +6014,7 @@ getTriggers(Archive *fout, TableInfo tblinfo[], int numTables)
6014
6014
continue ;
6015
6015
6016
6016
if (g_verbose )
6017
- write_msg (NULL , "reading triggers for table \"%s\".\" %s\"\n" ,
6017
+ write_msg (NULL , "reading triggers for table \"%s. %s\"\n" ,
6018
6018
tbinfo -> dobj .namespace -> dobj .name ,
6019
6019
tbinfo -> dobj .name );
6020
6020
@@ -6748,7 +6748,7 @@ getTableAttrs(Archive *fout, DumpOptions *dopt, TableInfo *tblinfo, int numTable
6748
6748
* the output of an indexscan on pg_attribute_relid_attnum_index.
6749
6749
*/
6750
6750
if (g_verbose )
6751
- write_msg (NULL , "finding the columns and types of table \"%s\".\" %s\"\n" ,
6751
+ write_msg (NULL , "finding the columns and types of table \"%s. %s\"\n" ,
6752
6752
tbinfo -> dobj .namespace -> dobj .name ,
6753
6753
tbinfo -> dobj .name );
6754
6754
@@ -6961,7 +6961,7 @@ getTableAttrs(Archive *fout, DumpOptions *dopt, TableInfo *tblinfo, int numTable
6961
6961
int numDefaults ;
6962
6962
6963
6963
if (g_verbose )
6964
- write_msg (NULL , "finding default expressions of table \"%s\".\" %s\"\n" ,
6964
+ write_msg (NULL , "finding default expressions of table \"%s. %s\"\n" ,
6965
6965
tbinfo -> dobj .namespace -> dobj .name ,
6966
6966
tbinfo -> dobj .name );
6967
6967
@@ -7086,7 +7086,7 @@ getTableAttrs(Archive *fout, DumpOptions *dopt, TableInfo *tblinfo, int numTable
7086
7086
int numConstrs ;
7087
7087
7088
7088
if (g_verbose )
7089
- write_msg (NULL , "finding check constraints for table \"%s\".\" %s\"\n" ,
7089
+ write_msg (NULL , "finding check constraints for table \"%s. %s\"\n" ,
7090
7090
tbinfo -> dobj .namespace -> dobj .name ,
7091
7091
tbinfo -> dobj .name );
7092
7092
0 commit comments