Обсуждение: Reg: Insert bytea values in to table

Поиск
Список
Период
Сортировка

Reg: Insert bytea values in to table

От
Hariraman Jayaraj
Дата:
Hi,

Postgres Version - 8.3
OS - Suse Linux 11 Enterprise Edition


I have a requirement to store pdf files in db. I am suggested to use bytea data type to achieve this.

I am having an table ledger with columns
id bigint,
pdffile bytea

I want to store the pdf files in the pdffile column.
Kindly suggest me how to do this.
Thanks in advance.

--
Regards,
Hariraman Jayaraj
Mobile - 9786228845


Re: Reg: Insert bytea values in to table

От
Misa Simic
Дата:
Hi

INSERT INTO table( pdffile) VALUES
(pg_readbinary_file('path_to_pdffile_on_server'))

Sent from my Windows Phone
------------------------------
From: Hariraman Jayaraj
Sent: 06/01/2012 08:04
To: pgsql-admin@postgresql.org
Subject: [ADMIN] Reg: Insert bytea values in to table

Hi,

Postgres Version - 8.3
OS - Suse Linux 11 Enterprise Edition


I have a requirement to store pdf files in db. I am suggested to use bytea
data type to achieve this.

I am having an table *ledger* with columns *
id bigint,
pdffile bytea

*I want to store the pdf files in the pdffile column.
Kindly suggest me how to do this.
Thanks in advance.

--
Regards,
Hariraman Jayaraj
Mobile - 9786228845

Re: Reg: Insert bytea values in to table

От
Misa Simic
Дата:
Hi

INSERT INTO table( pdffile) VALUES (pg_readbinary_file('path_to_pdffile_on_server'))

Sent from my Windows Phone

From: Hariraman Jayaraj
Sent: 06/01/2012 08:04
To: pgsql-admin@postgresql.org
Subject: [ADMIN] Reg: Insert bytea values in to table

Hi,

Postgres Version - 8.3
OS - Suse Linux 11 Enterprise Edition


I have a requirement to store pdf files in db. I am suggested to use bytea data type to achieve this.

I am having an table ledger with columns
id bigint,
pdffile bytea

I want to store the pdf files in the pdffile column.
Kindly suggest me how to do this.
Thanks in advance.

--
Regards,
Hariraman Jayaraj
Mobile - 9786228845