Re: pg_dump warings

From: Devrim GUNDUZ <devrim(at)commandprompt(dot)com>
To: Rick Ellis <ellis(at)spinics(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump warings
Date: 2006-04-30 23:10:18
Message-ID: 1146438618.5923.10.camel@laptop.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

On Sun, 2006-04-30 at 21:42 +0000, Rick Ellis wrote:
> I did something foolish and now I'm getting warnings every time
> pg_dump runs (hourly from cron). Anybody have a suggestion on how
> to fix this?

Create the user again with the same userid (I mean revert what you did).
You can get this info from pg_tables and pg_authid(or pg_shadow,
depending on your PostgreSQL version).

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rick Ellis 2006-04-30 23:28:41 Re: pg_dump warings
Previous Message rloef 2006-04-30 22:52:29 Nested Query OK in psql but not in PHP