On 22/07/2016 10:04, Roman Simakov wrote:
> 2016-07-22 15:54 GMT+03:00 Adriano dos Santos Fernandes :
>> So any change here will cause a problem with old tools, right?
> I'm asking some explanations but do not suggest to fix it right now.
> IMO it's ugly a little bit but why? Just legacy mistake? M
2016-07-22 15:54 GMT+03:00 Adriano dos Santos Fernandes :
> So any change here will cause a problem with old tools, right?
I'm asking some explanations but do not suggest to fix it right now.
IMO it's ugly a little bit but why? Just legacy mistake? Maybe not,
maybe someone can explain it. Maybe it
On 22/07/2016 09:43, Roman Simakov wrote:
> 2016-07-22 15:17 GMT+03:00 Adriano dos Santos Fernandes :
>> Is there any problem with isql extraction?
>>
>> Does it also manually adds AS for one and not for the other?
>
> No problem but two the same places with different processing. IMO it's
> strang
2016-07-22 15:17 GMT+03:00 Adriano dos Santos Fernandes :
> Is there any problem with isql extraction?
>
> Does it also manually adds AS for one and not for the other?
No problem but two the same places with different processing. IMO it's strange.
--
С уважением
Роман Симаков
Директор департаме
On 22/07/2016 08:37, Roman Simakov wrote:
>
> It's not uniform, consistent. Is there some explanation?
>
>
Is there any problem with isql extraction?
Does it also manually adds AS for one and not for the other?
Adriano
---
Hello!
I've noticed in parser thet for triggers source include "AS" but for
functions and procedures not!
psql_procedure_clause
: procedure_clause_start AS local_declaration_list full_proc_block
{
$$ = $1;
$$->source = makeParseStr(YYPOSNARG(3), YYPOSNARG(4));
$$->localDeclList = $3;
$$->body = $