mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix aboriginal copy-paste mistake in error message
Spotted by Jaime Casanova
This commit is contained in:
		@@ -1284,8 +1284,7 @@ shdepReassignOwned(List *roleids, Oid newrole)
 | 
			
		||||
 | 
			
		||||
			ereport(ERROR,
 | 
			
		||||
					(errcode(ERRCODE_DEPENDENT_OBJECTS_STILL_EXIST),
 | 
			
		||||
				   errmsg("cannot drop objects owned by %s because they are "
 | 
			
		||||
						  "required by the database system",
 | 
			
		||||
					 errmsg("cannot reassign ownership of objects owned by %s because they are required by the database system",
 | 
			
		||||
						  getObjectDescription(&obj))));
 | 
			
		||||
 | 
			
		||||
			/*
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user