Re: [HACKERS] Almost there on column aliases
От | Thomas Lockhart |
---|---|
Тема | Re: [HACKERS] Almost there on column aliases |
Дата | |
Msg-id | 38AC110E.42C81175@alumni.caltech.edu обсуждение исходный текст |
Ответ на | Almost there on column aliases (Thomas Lockhart <lockhart@alumni.caltech.edu>) |
Ответы |
Re: [HACKERS] Almost there on column aliases
|
Список | pgsql-hackers |
> > I'm currently (2000-02-16 15:40 GMT) seeing the rules test > > blank-filling the "bpchar" fields. Do you see that? Hmm. Still seeing it; here is a snippet from a diff of results/rules.out and expected/rules.out: ... < rtest_emp | rtest_emp_ins | CREATE RULE rtest_emp_insAS ON INSERT TO rtest_emp DOINSERT INTO rtest_emplog (ename,who, "action", newsal, oldsal)VALUES (new.ename, getpgusername(),'hired '::bpchar, new.salary, '$0.00'::money); ... > rtest_emp | rtest_emp_ins | CREATE RULE rtest_emp_insAS ON INSERT TO rtest_emp DOINSERT INTO rtest_emplog (ename,who, "action", newsal, oldsal)VALUES (new.ename, getpgusername(),'hired'::bpchar, new.salary, '$0.00'::money); ... But if you are not seeing it, then perhaps my "make clean install" isn't sufficient; I'll try a clean checkout sometime... - Thomas -- Thomas Lockhart lockhart@alumni.caltech.edu South Pasadena, California
В списке pgsql-hackers по дате отправления: