| From: | Alejandro Carrillo <fasterzip(at)yahoo(dot)es> |
|---|---|
| To: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com> |
| Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Read recover rows |
| Date: | 2012-12-13 23:41:36 |
| Message-ID: | 1355442096.85219.YahooMailNeo@web172202.mail.ir2.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Are you trying to recover a table by copying in a table from somewhere else? Yes because I can't modify the original file
>________________________________
> De: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
>Para: Alejandro Carrillo <fasterzip(at)yahoo(dot)es>
>CC: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
>Enviado: Jueves 13 de diciembre de 2012 18:39
>Asunto: Re: [GENERAL] Read recover rows
>
>On 12/13/2012 03:30 PM, Alejandro Carrillo wrote:
>> I have a file CALLED 11649 in the path: %PG_DATA%\base\11912
>> This file is a table data in postgresql. Ex: pg_proc.
>> Now I copied this file, renamed it and I want to connect this file to
>> another new table with the same structure and data.
>> How I can do this?
>
>As far as I know you cannot. If you want to create a new table from an existing table you will need to use the SQL commands I mentioned previously. This assumes the original table exists. Are you trying to recover a table by copying in a table from somewhere else?
>
>>
>>
>
>
>-- Adrian Klaver
>adrian(dot)klaver(at)gmail(dot)com
>
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Edson Richter | 2012-12-13 23:52:15 | Re: XML Schema for PostgreSQL database |
| Previous Message | Adrian Klaver | 2012-12-13 23:39:53 | Re: Read recover rows |