Re: solaris tarballs and pl/java

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Ozz Nixon <ozznixon(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: solaris tarballs and pl/java
Date: 2010-04-15 19:52:59
Message-ID: 20100415195259.GI7259@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2010-04-15 19:54:40 Re: solaris tarballs and pl/java
Previous Message Raymond O'Donnell 2010-04-15 19:49:43 Inserting multiple values, was Re: solaris tarballs and pl/java