POSTGRESQL BUG REPORT TEMPLATE
Your name : Chris Campbell
Your email address : [EMAIL PROTECT
I'm using freeradius 0.9.3 with postgresql 7.3.2.
All I do is just inserting some h323 accounting data into my tables.
After a couple of hours the memory reaches to about 1G and then Linux
starts using swap file.I lose some of my records and PC becomes very
slow.
Even if I restart postgresql , th
[Apologies to anyone who is seeing this for the second time; the author
of pg_autovacuum suggested it belonged here, so I am reposting.]
Recently I installed and started pg_autovacuum against my new Pg 7.4.1
installation. We use a fairly large number of temporary tables within an
application (tha
(Attempting to send this to pgsql-bugs a second time without Cc:'ing
pgsql-patches, since it doesn't appear that my February 15 message got
through.)
POSTGRESQL BUG REPORT TEMPLATE
==
Ok, thanks. that's what i get for using a premade package, I guess.
-harry
On Feb 15, 2004, at 1:31 PM, Tom Lane wrote:
Harry Hochheiser <[EMAIL PROTECTED]> writes:
Running Postgres 7.4 on Panther, there seems to be a problem with
setting a timestamp column to have a default of 'now':
There was
On Tue, 17 Feb 2004, Tom Lane wrote:
> Pavel Stehule <[EMAIL PROTECTED]> writes:
> > When I declare variable with same name as field of table, then I
> > have a problem with insert cmd in plpgsql procedure.
>
> Don't do that.
>
> > Is it plpgsql error or my bug?
>
> You could argue it eith
Pavel Stehule <[EMAIL PROTECTED]> writes:
> When I declare variable with same name as field of table, then I
> have a problem with insert cmd in plpgsql procedure.
Don't do that.
> Is it plpgsql error or my bug?
You could argue it either way, perhaps, but it's unlikely to get
changed. In
Hello
When I declare variable with same name as field of table, then I
have a problem with insert cmd in plpgsql procedure. I can't use this name
of columns list in insert cmd; I get syntax error.
When I use equal names in SELECT cmd, I didn't get error msg, but stored
prodedure don't