From: | Andreas Kretschmer <akretschmer(at)spamfence(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: pg_largeobject |
Date: | 2016-03-30 10:45:54 |
Message-ID: | 20160330104554.GA9754@tux |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-hackers |
Sridhar N Bamandlapally <sridhar(dot)bn1(at)gmail(dot)com> wrote:
> Is there any way we can change the segment file size,
>
> I am trying to look into the possibility of segment file size Vs bytea size
> limitation
>
> PostgreSQL installation
>
> step 1: ./configure --enable-largefile --with-segsize ( throwing error
> "configure: error: Large file support is not enabled. Segment size cannot be
> larger than 1GB" )
check if your filesystem supports large files:
getconf FILESIZEBITS /some/path
If the result is 64, LFS is supported.
Regards, Andreas Kretschmer
--
Andreas Kretschmer
http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
From | Date | Subject | |
---|---|---|---|
Next Message | Merlin Moncure | 2016-03-30 13:05:58 | Re: Missed LIMIT clause pushdown in FDW API |
Previous Message | Sridhar N Bamandlapally | 2016-03-30 10:32:27 | Re: pg_largeobject |
From | Date | Subject | |
---|---|---|---|
Next Message | Jose Luis Tallon | 2016-03-30 11:14:37 | Re: Default Roles |
Previous Message | Sridhar N Bamandlapally | 2016-03-30 10:32:27 | Re: pg_largeobject |