| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | John Gray <jgray(at)azuli(dot)co(dot)uk>, pgsql-patches(at)postgresql(dot)org |
| Subject: | Re: Efficient slicing/substring of TOAST values (for comment) |
| Date: | 2001-11-05 16:11:21 |
| Message-ID: | 200111051611.fA5GBLe22267@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
> John Gray <jgray(at)azuli(dot)co(dot)uk> writes:
> >> Some creative refactoring would help it out a lot. Go for it, if
> >> you feel like doing that.
> >>
> > I've done a little tidying, repackaging of standard code etc. as a first
> > step. It hasn't made the file much shorter, but has made some of the
> > routines clearer where they share basically the same code for
> > inheritance and permissions checking.
>
> Great! I'm afraid I just committed some fixes that will probably cause
> a merge conflict, but I trust it won't be too painful to resolve.
>
> > AS regards the ALTER TABLE ALTER COLUMN syntax for attstorage, should I
> > use keywords for the values or just char values 'e', 'x' etc ?
>
> I'd suggest keywords, namely the same ones used in CREATE TYPE for
> these storage options.
I assume this will be for 7.3?
--
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Greg Sabino Mullane | 2001-11-05 20:24:55 | Quick fix so \d indexname works again |
| Previous Message | Serguei Mokhov | 2001-11-04 19:55:51 | Update: nls-ru-libpq-20011104-1449.tar.gz |