| From: | Chris Browne <cbbrowne(at)acm(dot)org> |
|---|---|
| To: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: Vacation days |
| Date: | 2007-06-26 18:11:39 |
| Message-ID: | 60y7i61t7o.fsf@dba2.int.libertyrms.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
wweng(at)kencast(dot)com (Wei Weng) writes:
> On Monday 25 June 2007 15:22, Susan Young wrote:
>> Hi Wei,
>> That's OK - Enjoy!
>> Susan
>>
>> Wei Weng wrote:
>> > Can I take next week off?
>> >
>> > Thanks!
>> >
>> > Wei
>
> hi, susan, a change of plan. :)
>
> Instead of the whole week, I just wanted to take next monday and tuesday off.
>
> Thanks!
foo(at)[local]:5882=> delete from calendar where day in ('2007-07-02', '2007-07-03');
ERROR: permission denied for relation calendar
Oops. Apparently that isn't allowed.
--
(format nil "~S(at)~S" "cbbrowne" "acm.org")
http://cbbrowne.com/info/sap.html
"I think fish is nice, but then I think that rain is wet, so who am I
to judge?" -- Ruler of the Universe, HHGTTG
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Wiebe Cazemier | 2007-06-26 19:32:22 | Delete rules and functions |
| Previous Message | Alvaro Herrera | 2007-06-26 17:12:36 | Re: Vacation days |