conversion_create.sql - Mailing list pgsql-hackers

From Michael Brusser
Subject conversion_create.sql
Date
Msg-id DEEIJKLFNJGBEMBLBAHCKEGAEAAA.michael@synchronicity.com
Whole thread Raw
In response to Re: Locale-based identifier conversion and Turkish  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: conversion_create.sql
List pgsql-hackers
After upgrading to v 7.3.4 I noticed this error message in the database
setup log:
grep: can't open  <data_path>/conversion_create.sql

Turned out initdb is looking for conversion_create.sql.
We're not building this script and I may need to look into the build
process,
but for now can someone tell me what it does and why we'd need it.

I guess it has to do with locale/data conversion, but there's so much stuff
in
src/backend/utils/mb/conversion_procs that I wonder - do we need to know
which conversions we need to support, or should we build all of them to be
on the safe side?

Thanks,
Mike.




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Locale-based identifier conversion and Turkish
Next
From: Andrew Dunstan
Date:
Subject: Re: [PATCHES] fork/exec patch