mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	initdb: Re-add translatable string that got lost
This commit is contained in:
		@@ -3235,7 +3235,8 @@ main(int argc, char *argv[])
 | 
				
			|||||||
	appendShellString(start_db_cmd, pgdata_native);
 | 
						appendShellString(start_db_cmd, pgdata_native);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* add suggested -l switch and "start" command */
 | 
						/* add suggested -l switch and "start" command */
 | 
				
			||||||
	appendPQExpBufferStr(start_db_cmd, " -l logfile start");
 | 
						/* translator: This is a placeholder in a shell command. */
 | 
				
			||||||
 | 
						appendPQExpBuffer(start_db_cmd, " -l %s start", _("logfile"));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	printf(_("\nSuccess. You can now start the database server using:\n\n"
 | 
						printf(_("\nSuccess. You can now start the database server using:\n\n"
 | 
				
			||||||
			 "    %s\n\n"),
 | 
								 "    %s\n\n"),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user