Re: Read recover rows

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Alejandro Carrillo <fasterzip(at)yahoo(dot)es>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Read recover rows
Date: 2012-12-13 23:23:58
Message-ID: 50CA638E.4070402@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/13/2012 03:14 PM, Alejandro Carrillo wrote:
> Hi,
>
> 1) Isn't a script. The file is a table file get using the function
> pg_relation_filepath:
> select pg_relation_filepath('pg_proc');

The above does NOT return a file it just returns the file path name.
Postgres stores it tables(relations) with numbers. This function just
helps which number is associated with a table.

> 2) :( help!

Still not sure what you are trying to do:)

Wild guess, pg_proc was deleted and you want to recover it?

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alejandro Carrillo 2012-12-13 23:30:13 Re: Read recover rows
Previous Message Alejandro Carrillo 2012-12-13 23:14:06 Re: Read recover rows