The following bug has been logged online:
Bug reference: 1447
Logged by: Olleg Samoylov
Email address: [EMAIL PROTECTED]
PostgreSQL version: 7.4.6, 8.0.0
Operating system: x86_64-pc-linux-gnu, compiled by GCC x86_64-linux-gcc
(GCC) 3.3.5 (Debian 1:3.3.5-6)
Description
Tom Lane wrote:
"Olleg Samoylov" <[EMAIL PROTECTED]> writes:
create rule history_i as on insert to history do (update abonent set
money=money+new.money where abonent=new.abonent);
insert into history (abonent,money) select abonent,-(money.money+5) as pay
from
( select abone
The following bug has been logged online:
Bug reference: 1610
Logged by: Olleg Samoylov
Email address: [EMAIL PROTECTED]
PostgreSQL version: 7.4.7
Operating system: Linux debian-amd64
Description:rewrite rule and sequence
Details:
Rule on view can't insert in
queries.
This dont' true for tables with serial fields.
--
Olleg Samoylov
smime.p7s
Description: S/MIME Cryptographic Signature
ence for serial type don't explicitly mentioned in queries. I expect
the same behavior for rules as for function with "SECURITY DEFINER"
parameter.
--
Olleg Samoylov
smime.p7s
Description: S/MIME Cryptographic Signature
The following bug has been logged online:
Bug reference: 1676
Logged by: Olleg Samoylov
Email address: [EMAIL PROTECTED]
PostgreSQL version: 7.4.7
Operating system: on x86_64-pc-linux-gnu, compiled by GCC x86_64-linux-gcc
(GCC) 3.3.5 (Debian 1:3.3.5-12)
Description
what I can. As I can undestand now, my comment in documentation
for "feature" #1447 in section "33.6. Rules versus Triggers" is
incorrect, but I can't remove it.
--
Olleg Samoylov
smime.p7s
Description: S/MIME Cryptographic Signature
The following bug has been logged online:
Bug reference: 2239
Logged by: Olleg Samoylov
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1
Operating system: Linux (debian-amd64)
Description:"vacuumdb -a" remove freeze
Details:
template1=# sele
The following bug has been logged online:
Bug reference: 2241
Logged by: Olleg Samoylov
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.1
Operating system: Linux (debian-amd64)
Description:"vacuumdb -a" remove freeze
Details:
template1=# sele
Tom Lane wrote:
"Olleg Samoylov" <[EMAIL PROTECTED]> writes:
Opps, template1 must not be vacuumed.
Says who?
If we didn't vacuum template1 then it would be subject to XID
wraparound problems, unless it had never been modified, which is
something vacuumdb can
10 matches
Mail list logo