Re: Import: empty string and expression - Mailing list pgadmin-hackers

From Quan Zongliang
Subject Re: Import: empty string and expression
Date
Msg-id 20090226184705.3B8D.4125B4E5@gmail.com
Whole thread Raw
In response to Re: Import: empty string and expression  (Dave Page <dpage@pgadmin.org>)
List 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@gmail.com
CIT Japan:  http://www.cit.co.jp
CIT China:  http://www.citbj.com.cn


pgadmin-hackers by date:

Previous
From: Quan Zongliang
Date:
Subject: Re: Import: empty string and expression
Next
From: Dave Page
Date:
Subject: Re: Import: empty string and expression