Re: New feature: selectivity - new attribute in function

From: Edison So <edison(dot)so2(at)gmail(dot)com>
To: rod(at)iol(dot)ie
Cc: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, pasman pasmański <pasman(dot)p(at)gmail(dot)com>
Subject: Re: New feature: selectivity - new attribute in function
Date: 2011-04-16 23:05:52
Message-ID: BANLkTimUiM_h2JH=WUyxDheFrUSKDFKuLQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I did that with Postgres 8.1 backup file on 9.0 database. I got continuous
error messages like "Can not execute the command...". Well, I do not need
worry about it for I am going to back up 8.1 database using 9.0 pg_dump
command.

Let's see how it goes.

Thanks,

On Sat, Apr 16, 2011 at 5:17 PM, Raymond O'Donnell <rod(at)iol(dot)ie> wrote:

> On 16/04/2011 22:07, Edison So wrote:
>
>> Oh yeah.
>> Forgot to mention that Postgres 9.0 does not have an option to restore
>> text based back up file. Do you know how?
>>
>
> Surely:
>
> psql -f <dump file> <database name>
>
> Ray.
>
> --
> Raymond O'Donnell :: Galway :: Ireland
> rod(at)iol(dot)ie
>

--
Edison

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2011-04-16 23:10:53 Re: New feature: selectivity - new attribute in function
Previous Message Geraldo Lopes de Souza 2011-04-16 22:46:08 Are Update rights on the target table of a do instead update rule necessary ?