Re: Import: empty string and expression

From: Quan Zongliang <quanzongliang(at)gmail(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Import: empty string and expression
Date: 2009-02-26 09:47:27
Message-ID: 20090226184705.3B8D.4125B4E5@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> Oh I see what you mean. Let's just use some notation like:
>
> "$(#1) || substring($(#3) from 2 for 1)"
>
> for positional notation, or
>
> "$(col_1) || substring($(col_3) from 2 for 1)"
>
> for name based. You can't have an operator called $( so there
> shouldn't be any collision with PG operators in the expression - and
> to allow the user to include a constant of $(...), we can tell them to

Got it.

-----------------------------------------------
Quan Zongliang
quanzongliang(at)gmail(dot)com
CIT Japan: http://www.cit.co.jp
CIT China: http://www.citbj.com.cn

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2009-02-26 10:01:16 Re: Server Status window work
Previous Message Quan Zongliang 2009-02-26 09:46:03 Re: Import: empty string and expression