>> "Paragon Corporation" writes:
>>> I assumed that the :
>>> pg_catalog.pg_extension_config_dump
>>> Calls would overwrite each subsequent for a given object for a given
>>> extension. So I have that in my upgrade script as well should we add
>> more spatial_ref_sys records we want to avoid
When pg_basebackup copies data files, it does basically this:
if (lstat(pathbuf, &statbuf) != 0)
{
if (errno != ENOENT)
ereport(ERROR,
(errcode_for_file_access(),
errmsg("could not stat file or directory \"%
On Fri, Dec 21, 2012 at 2:28 PM, Heikki Linnakangas
wrote:
> When pg_basebackup copies data files, it does basically this:
>
>> if (lstat(pathbuf, &statbuf) != 0)
>> {
>> if (errno != ENOENT)
>> ereport(ERROR,
>> (errcode_for_file_access(),
>
On 21.12.2012 15:30, Magnus Hagander wrote:
On Fri, Dec 21, 2012 at 2:28 PM, Heikki Linnakangas
wrote:
When pg_basebackup copies data files, it does basically this:
if (lstat(pathbuf,&statbuf) != 0)
{
if (errno != ENOENT)
ereport(ERROR,
The following bug has been logged on the website:
Bug reference: 7766
Logged by: Zelaine Fong
Email address: zela...@amazon.com
PostgreSQL version: 8.4.0
Operating system: Linux
Description:
The updateCount field in the ResultHandler interface in Java is defined as
an
The following bug has been logged on the website:
Bug reference: 7767
Logged by: yangyd
Email address: yan...@cn.fujitsu.com
PostgreSQL version: 9.2.2
Operating system: Windows 7 Professional
Description:
I found that it's possible to start the postgres process as the
zela...@amazon.com writes:
> The following bug has been logged on the website:
> Bug reference: 7766
> Logged by: Zelaine Fong
> Email address: zela...@amazon.com
> PostgreSQL version: 8.4.0
> Operating system: Linux
> Description:
> The updateCount field in the Result
The following bug has been logged on the website:
Bug reference: 7768
Logged by: Yura Gotovko
Email address: m...@yugo.su
PostgreSQL version: 9.2.2
Operating system: FreeBSD 9.1
Description:
Compile PostgreSQL 9.2.2 on FreeBSD 9.1.
Each database connection throws thr
Thanks Tom.
So an unsigned long won't fit inside a java long either, but hopefully it
will never be necessary. That would be a huge number of changes.
Dave
Dave Cramer
dave.cramer(at)credativ(dot)ca
http://www.credativ.ca
On Fri, Dec 21, 2012 at 11:47 AM, Tom Lane wrote:
> zela...@amazon.c
Dave Cramer writes:
> So an unsigned long won't fit inside a java long either, but hopefully it
> will never be necessary. That would be a huge number of changes.
I think we'll all be safely dead by the time anybody manages to process
2^63 rows in one PG command ;-). If you can widen the value f
10 matches
Mail list logo