On Thu, Apr 15, 2010 at 1:49 PM, Raymond O'Donnell wrote:
> On 15/04/2010 20:44, Ozz Nixon wrote:
>> Would this syntax work in PostgreSQL?
>>
>> |INSERT INTO MyTable (FirstCol, SecondCol)
>> VALUES ('First',1),
>> || ('||Second||',2),|
>> | ('||Third||',3),|
>> | ('||Fourth||',4),|
>> | ('||Fifth|
Andy Colson wrote:
On 4/15/2010 11:59 AM, John R Pierce wrote:
The tarball for 64bit 8.4.3 on Solaris Sparc is missing some ./pgxs/...
files I seem to need to build pl/java. they exist in the 32bit version
but at least of them, Makefile.global, appears quite build specific.
So, it seem to be
Alvaro Herrera wrote:
... 8.4.3 ... I'm jumping sideways and trying a different attack
on my actual problem, which is building pl/java HEAD for 64bit
solaris sparc w/ 8.4.3 and JDK 1.5.0_23... rather than building
the entire postgres tree, I replicated the couple missing files from
the 32bit
On 4/15/2010 11:59 AM, John R Pierce wrote:
The tarball for 64bit 8.4.3 on Solaris Sparc is missing some ./pgxs/...
files I seem to need to build pl/java. they exist in the 32bit version
but at least of them, Makefile.global, appears quite build specific.
So, it seem to be painful to compile t
John R Pierce wrote:
> Tom Lane wrote:
> >John R Pierce writes:
> >>getting this error from thte ./configure:
> >>configure:16808: error: cannot compute sizeof (off_t)
> >
> >That's pretty weird. Look into the config.log output to see why that
> >particular test program is failing. (The rele
Tom Lane wrote:
John R Pierce writes:
getting this error from thte ./configure:
configure:16808: error: cannot compute sizeof (off_t)
That's pretty weird. Look into the config.log output to see why that
particular test program is failing. (The relevant bit will probably be
a few
Ozz Nixon escribió:
> Would this syntax work in PostgreSQL?
>
> |INSERT INTO MyTable (FirstCol, SecondCol)
> VALUES ('First',1),
> || ('||Second||',2),|
> | ('||Third||',3),|
> | ('||Fourth||',4),|
> | ('||Fifth||',5)||
Yes, it works (without all those funny || though)
--
Alvaro Herrera
On 15/04/2010 20:44, Ozz Nixon wrote:
> Would this syntax work in PostgreSQL?
>
> |INSERT INTO MyTable (FirstCol, SecondCol)
> VALUES ('First',1),
> || ('||Second||',2),|
> | ('||Third||',3),|
> | ('||Fourth||',4),|
> | ('||Fifth||',5)||
> |
> Inserting 5 rows in a single Insert? (I am trying to i
Would this syntax work in PostgreSQL?
|INSERT INTO MyTable (FirstCol, SecondCol)
VALUES ('First',1),
|| ('||Second||',2),|
| ('||Third||',3),|
| ('||Fourth||',4),|
| ('||Fifth||',5)||
|
Inserting 5 rows in a single Insert? (I am trying to implement this
solution across many different backends) w
John R Pierce writes:
> getting this error from thte ./configure:
> configure:16808: error: cannot compute sizeof (off_t)
That's pretty weird. Look into the config.log output to see why that
particular test program is failing. (The relevant bit will probably be
a few hundred lines before th
John R Pierce wrote:
Last night, I started trying to piece together the environment for
./configure for postgres based on what pg_config gives me, but it
aborted pretty early with missing stuffs... by then it was 1am and I
was fried so I am taking a fresh look this morning... k, I'm already
Greg Smith wrote:
John R Pierce wrote:
The tarball for 64bit 8.4.3 on Solaris Sparc is missing some
./pgxs/... files I seem to need to build pl/java. they exist in the
32bit version but at least of them, Makefile.global, appears quite
build specific.
Yeah, it seemed pretty obvious from the
John R Pierce wrote:
The tarball for 64bit 8.4.3 on Solaris Sparc is missing some
./pgxs/... files I seem to need to build pl/java. they exist in the
32bit version but at least of them, Makefile.global, appears quite
build specific.
Yeah, it seemed pretty obvious from the error you were runn
13 matches
Mail list logo