Michael Fuhr <[EMAIL PROTECTED]> writes:
>> PostgreSQL 8.0.0
>> Running "pg_restore -l" to create a list file and then restoring
>> using "pg_restore -L" fails to restore ACLs. See the "Privileges
>> where [sic] not restored" thread in pgsql-admin:
>> http://archives.postgresql.org/pgsql-admin/200
"David Litchfield" <[EMAIL PROTECTED]> writes:
> _init() is the equivalent of DllMain on Linux/etc; in fact the other
> database server I was looking at is vulnerable to this exact problem. If
> postgresql accepts CLOB/BLOB input from a client to a table and then can
> dump to disk you might be
Michael Fuhr <[EMAIL PROTECTED]> writes:
> On Tue, Jan 25, 2005 at 01:52:33PM +0100, Michael Meskes wrote:
>> Thanks for the report and the analysis. I just committed a fixe. It
>> should work correctly now.
> Where all did you commit the fix? Just HEAD? Shouldn't it also
> be committed to REL8
Tom Lane schrieb:
Bear in mind that the DELETEs issued by the ON DELETE CASCADE trigger
will be rewritten by this same rule.
There has been debate in the past whether this behavior is a feature or
a bug, but it's unlikely to change soon.
Why postgres does not show this trigger for a better understa
On Tue, Jan 25, 2005 at 01:52:33PM +0100, Michael Meskes wrote:
> Thanks for the report and the analysis. I just committed a fixe. It
> should work correctly now.
Where all did you commit the fix? Just HEAD? Shouldn't it also
be committed to REL8_0_STABLE, etc., as well?
--
Michael Fuhr
http
Howdy -
New to the list, not a PostgreSQL user typically, so don't know if this has
already been addressed.
I tried to build RPMs from the source rpm supplied from the PostgreSQL web
site. The spec file supplied by postgresql-7.4.6-2PGDG.src.rpm is broken.
When I tried to run:
rpmbuild -ba
Achilleus Mantzios <[EMAIL PROTECTED]> writes:
> CREATE RULE handle_delete_on_kid AS ON DELETE TO kid WHERE
> (NOT old.onlythis) DO INSTEAD DELETE FROM parent
> WHERE (parent.id = old.parid);
Bear in mind that the DELETEs issued by the ON DELETE CASCADE trigger
will be rewritten by this same
Magnus Hagander schrieb:
This is a known issue on NT4 with the release. I have just submitted a
patch that will fix this. If you need it urgently, you can get new
binaries from http://www.hagander.net/pgsql/nt4bin.zip.
But *BEWARE*. These binaries carry *incorrect version numbers*. If you
install t
Tom Lane schrieb:
That means the statistics collector subprocess didn't start. Check the
postmaster log to find out why not. (In my experience the most common
reason why not is that your DNS configuration is broken to the point
that it won't resolve the name "localhost".)
Thank you for your help.
Consider that
foodb=# \d parent
Table "public.parent"
Column | Type | Modifiers
+-+
id | integer | not null default nextval('public.parent_id_seq'::text)
name | text
Sorry... I thought I had checked "cube"...
Michael Fuhr wrote:
On Sat, Jan 22, 2005 at 02:25:27AM +, Sam Hahn wrote:
A database command error occured whilst executing
"E:\Program Files\PostgreSQL\8.0\share\contrib\earthdistance.sql":
ERROR: type "cube" does not exist
The following bug has been logged online:
Bug reference: 1439
Logged by: Martin Drinck
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0.0
Operating system: Win XP
Description:unable to create more than 21 database connections
Details:
Im trying to connect 50
On Mon, Jan 24, 2005 at 03:24:13PM -0500, Tom Lane wrote:
> Edmund Bacon <[EMAIL PROTECTED]> writes:
> > njamd says:
> > NJAMD/free: Double free of address 0x41454ff4
>
> > #4 0x40021e87 in free () from /usr/lib/libnjamd.so
>
> OK, here's where I defer to Michael Meskes to actually fix it ;-)
T
13 matches
Mail list logo