Re: Bytea question

From: "Chris Hoover" <revoohc(at)gmail(dot)com>
To: "Chris Hoover" <revoohc(at)gmail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Bytea question
Date: 2007-04-11 13:17:56
Message-ID: 1d219a6f0704110617y31780a75q8f783893acb6ef07@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

No, I need to store the entire file as received into the database.

Chris

On 4/11/07, Alvaro Herrera <alvherre(at)commandprompt(dot)com> wrote:
>
> Chris Hoover escribió:
> > Hopefully a quick question.
> >
> > If I store a file into a bytea field, is there anyway for postgres to
> read
> > the contents of the file?
>
> When you say "store a file", do you mean "store a filename"?
>
> > Here is my scenario:
> >
> > Receive text file
> > insert file into bytea field
> > insert trigger fires
> > - read file contents
> > - post contents into production tables
> >
> > Is this at all possible, or am I going to need to store the original
> file
> > and store/pass the file contents?
>
>
> --
> Alvaro Herrera
> http://www.CommandPrompt.com/
> PostgreSQL Replication, Consulting, Custom Development, 24x7 support
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2007-04-11 13:22:58 Re: Bytea question
Previous Message Alvaro Herrera 2007-04-11 13:09:04 Re: Bytea question