From: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
---|---|
To: | reedstrm(at)rice(dot)edu |
Cc: | pgsql-hackers(at)hub(dot)org, pgsql-patches(at)postgresql(dot)org |
Subject: | Re: [HACKERS] when does CREATE VIEW not create a view? |
Date: | 2000-08-23 01:02:02 |
Message-ID: | 20000823100202A.t-ishii@sra.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
> See my other reply about what gets added: the problem is the rewrite
> rule name, as you guessed.
>
> Here's a patch that silently truncates the generated rule name. Unlike
> tablename or generated sequence name truncation, there's no need in
> normal operation for the DBA to know the name of this rule, so I didn't
> put in a NOTICE about the truncation.
>
> I found every accurance of _RET in the source that refered to a view rule,
> and patched them to do the right thing.
Oh, the patch strikes me since it is not "multibyte aware." Are you
going to put it into the CVS? If so, please let me know after you do
it so that I could add the multibyte awareness to that.
--
Tatsuo Ishii
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2000-08-23 03:11:16 | Re: [Solved] SQL Server to PostgreSQL |
Previous Message | Tatsuo Ishii | 2000-08-23 01:01:25 | Re: Re: lost records --- problem identified! |
From | Date | Subject | |
---|---|---|---|
Next Message | Ross J. Reedstrom | 2000-08-23 17:55:18 | Re: [HACKERS] when does CREATE VIEW not create a view? |
Previous Message | Ross J. Reedstrom | 2000-08-22 21:33:23 | Re: when does CREATE VIEW not create a view? |