Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Insert fail: could not open relation with OID 3221204992


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: "Ale Raza" <araza(at)esri(dot)com>
  • Cc: "postgresql-general" <pgsql-general(at)postgresql(dot)org>
  • Subject: Re: Insert fail: could not open relation with OID 3221204992
  • Date: Thu, 22 Mar 2007 14:41:28 -0400
  • Message-id: <20685(dot)1174588888(at)sss(dot)pgh(dot)pa(dot)us>

"Ale Raza" <araza(at)esri(dot)com> writes:
> No problem without shape column. I can load all data. 

What I thought :-(

> My concern is:
> - Why it's an issue on Linux not on windows? In both cases it's a window
> client. 

Platform-dependent bug in your code, likely.  Without seeing the code
it's impossible to speculate much further, but I'd look first for places
that scribble on memory not allocated to you (perhaps due to a
miscalculation of the size needed for a dynamically-allocated object).

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group