-
- Downloads
There was an error fetching the commit references. Please try again later.
pg_sasl_prepare: Implement SASLprep on UTF-8 strings
A couple of utilities are added at the same time to manipulate easily UTF-8 strings as arrays of integers: - UTF-8 string to integer array conversion. - integer array to UTF-8 string conversion. - Generation of header file from UnicodeData.txt that Postgres can refer to. - Set returning function to view at SQL level the conversion table. - SASLprep function.
Showing
- Makefile 1 addition, 0 deletionsMakefile
- pg_sasl_prepare/.gitignore 2 additions, 0 deletionspg_sasl_prepare/.gitignore
- pg_sasl_prepare/Makefile 19 additions, 0 deletionspg_sasl_prepare/Makefile
- pg_sasl_prepare/README 8 additions, 0 deletionspg_sasl_prepare/README
- pg_sasl_prepare/generate_conv.pl 132 additions, 0 deletionspg_sasl_prepare/generate_conv.pl
- pg_sasl_prepare/pg_sasl_prepare--1.0.sql 30 additions, 0 deletionspg_sasl_prepare/pg_sasl_prepare--1.0.sql
- pg_sasl_prepare/pg_sasl_prepare.c 493 additions, 0 deletionspg_sasl_prepare/pg_sasl_prepare.c
- pg_sasl_prepare/pg_sasl_prepare.control 5 additions, 0 deletionspg_sasl_prepare/pg_sasl_prepare.control
pg_sasl_prepare/.gitignore
0 → 100644
pg_sasl_prepare/Makefile
0 → 100644
pg_sasl_prepare/README
0 → 100644
pg_sasl_prepare/generate_conv.pl
0 → 100644
pg_sasl_prepare/pg_sasl_prepare--1.0.sql
0 → 100644
pg_sasl_prepare/pg_sasl_prepare.c
0 → 100644
pg_sasl_prepare/pg_sasl_prepare.control
0 → 100644
Please register or sign in to comment