| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | lockhart(at)alumni(dot)caltech(dot)edu (Thomas G(dot) Lockhart) |
| Cc: | hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] regproc fix |
| Date: | 1998-10-02 14:45:23 |
| Message-ID: | 199810021445.KAA05634@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> > One remaining problem is that you have to supply the oid in quotes,
> > because regproc has to get a string, not an int. Perhaps we need
> > another regprocin that allows int4 or char*, but I don't think you can
> > allow two input functions for a type.
> >
> > Perhaps we can just leave it. We also output the proname, even if
> > they used the oid as input.
>
> The int4 vs. string issue would be easily solved by having a routine
> regproc(int4), which the new type coersion stuff would use
> automatically.
But we define a pg_type.typinput. What do we put in there. I assume we
can leave it alone, and allow the type coersion stuff to over-ride it.
--
Bruce Momjian | http://www.op.net/~candle
maillist(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 | Bruce Momjian | 1998-10-02 14:47:16 | Re: [HACKERS] Open 6.4 items |
| Previous Message | Bruce Momjian | 1998-10-02 14:43:36 | Re: [HACKERS] Names that suddenly include an OID |