1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +03:00

Document aliases for our supported encodings.

Add a few encodings that were not documented.
This commit is contained in:
Bruce Momjian
2005-03-13 01:26:30 +00:00
parent 78a572bf0c
commit ee1bd33dd0
2 changed files with 41 additions and 5 deletions

View File

@ -2,7 +2,7 @@
* Encoding names and routines for work with it. All
* in this file is shared bedween FE and BE.
*
* $PostgreSQL: pgsql/src/backend/utils/mb/encnames.c,v 1.23 2005/03/07 04:30:52 momjian Exp $
* $PostgreSQL: pgsql/src/backend/utils/mb/encnames.c,v 1.24 2005/03/13 01:26:30 momjian Exp $
*/
#ifdef FRONTEND
#include "postgres_fe.h"
@ -177,9 +177,6 @@ pg_encname pg_encname_tbl[] =
{
"unicode", PG_UTF8
}, /* alias for UTF8 */
{
"utf-8", PG_UTF8
}, /* UTF8; RFC2279 */
{
"utf8", PG_UTF8
}, /* alias for UTF8 */