| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Hannu Krosing <hannu(at)tm(dot)ee> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Open 7.1 items |
| Date: | 2001-02-14 23:05:14 |
| Message-ID: | 200102142305.SAA08962@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> > Actually, I have something from Oliver Elphick called pg_controldata:
>
> Could you send it to me so that I can find out how he gets the
> LC_COLLATE
> and LC_CTYPE from backend (assuming it tells backend locale not cients)
> ?
>
> > $ pg_controldata
> > Log file id: 0
> > Log file segment: 5
> > Last modified: Wed Feb 7 19:35:47 2001
> > Database block size: 8192
> > Blocks per segment of large relation: 131072
> > Catalog version number: 200101061
> > LC_COLLATE: en_GB
> > LC_CTYPE: en_GB
> > Log archive directory:
> >
> > This looks quite valuable. Do people want this in /contrib? How does
> > this compare to your utility?
>
> Mine is an external C funtion, so it can easily be used from any client.
> And I intend to propose it into pg_locale.c ealy in 7.2 development.
His is an external C program also. The C source is attached.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| Attachment | Content-Type | Size |
|---|---|---|
| unknown_filename | text/plain | 3.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2001-02-14 23:11:44 | Re: Shouldn't non-MULTIBYTE backend refuse to start in MB database? |
| Previous Message | Hannu Krosing | 2001-02-14 22:59:28 | Re: Open 7.1 items |