Re: Large Object dump ? - Mailing list pgsql-sql

From Alessandro Rossi
Subject Re: Large Object dump ?
Date
Msg-id Pine.LNX.4.05.10010301506370.11792-100000@sunrise.radiostudiodelta.it
Whole thread Raw
In response to Re: Large Object dump ?  ("tjk@tksoft.com" <tjk@tksoft.com>)
List pgsql-sql

On Mon, 30 Oct 2000, tjk@tksoft.com wrote:

>Large objects are not dumped. It should be 
>in the documentation for large objects.
>
>You need to write a script which writes them to
>disk and then imports them back in after you have
>installed your dbs.
>
>
>Troy

CREATE TABLE news    -- { chiave: id news ,newarchivio, newsnuove}
("idnews"    SERIAL primary key,    "oidnotizia"    OID,        -- news as large object "autore"    TEXTx        --
author
);

How should be done the script for this table ?

I found something about large object only onthe programmesg guide are they
present in other docs?

Thanks in advance 

Alex





pgsql-sql by date:

Previous
From: Philip Warner
Date:
Subject: Re:
Next
From: Vadim Govorov
Date:
Subject: unsubscribe