Re: solaris tarballs and pl/java - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: solaris tarballs and pl/java
Date
Msg-id 20100415195259.GI7259@alvh.no-ip.org
Whole thread Raw
In response to Re: solaris tarballs and pl/java  (Ozz Nixon <ozznixon@gmail.com>)
List pgsql-general
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                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Inserting multiple values, was Re: solaris tarballs and pl/java
Next
From: John R Pierce
Date:
Subject: Re: solaris tarballs and pl/java