mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Add
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.64 2005/12/24 18:11:30 momjian Exp $ */
 | 
					/* $PostgreSQL: pgsql/src/include/mb/pg_wchar.h,v 1.65 2005/12/24 18:21:34 momjian Exp $ */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifndef PG_WCHAR_H
 | 
					#ifndef PG_WCHAR_H
 | 
				
			||||||
#define PG_WCHAR_H
 | 
					#define PG_WCHAR_H
 | 
				
			||||||
@@ -177,6 +177,7 @@ typedef enum pg_enc
 | 
				
			|||||||
	PG_ISO_8859_7,				/* ISO-8859-7 */
 | 
						PG_ISO_8859_7,				/* ISO-8859-7 */
 | 
				
			||||||
	PG_ISO_8859_8,				/* ISO-8859-8 */
 | 
						PG_ISO_8859_8,				/* ISO-8859-8 */
 | 
				
			||||||
	PG_WIN1250,					/* windows-1250 */
 | 
						PG_WIN1250,					/* windows-1250 */
 | 
				
			||||||
 | 
						/* PG_ENCODING_BE_LAST points to the above entry */
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	/* followings are for client encoding only */
 | 
						/* followings are for client encoding only */
 | 
				
			||||||
	PG_SJIS,					/* Shift JIS (Winindows-932) */
 | 
						PG_SJIS,					/* Shift JIS (Winindows-932) */
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user