Thread: RE: pga2: reserved keywords

RE: pga2: reserved keywords

From
"frank_lupo"
Date:
> 
> 
> > -----Original Message-----
> > From: frank_lupo [mailto:frank_lupo@email.it] 
> > Sent: 30 May 2003 14:15
> > To: Dave Page
> > Cc: pgadmin-hackers
> > Subject: Re: [pgadmin-hackers] pga2: reserved keywords
> > 
> > 
> > 
> > Excuse, I do not understand.
> 
> Don't worry, I found some time.
> 
> New keywords are attached - I removed the ones that aren't relevant to
> PostgreSQL as there were a lot of them, and they may have a large impact
> on performance of the HighlightBox.
> 
> The codes seem vaguely sensible, but feel free to change them.
> 
> Regards, Dave
> 

Hi Dave,
thanks  good work.
I have a problem, the DEFAULT_AUTOHIGHLIGHT is a const, is not possible to add many lines.
I have idea, on load pgadmin2 read a txt file and load keyword in DEFAULT_AUTOHIGHLIGHT variable no const.
Do you think ?

Bye !!
Fran
 k Lupo (

W
olf) !!

/\_ _/\
\ o o /
--ooo-----ooo---

-- 
GPG Key: http://users.jc-hosting.co.uk/frank_lupo/files/publickey.txt

WebSite: http://users.jc-hosting.co.uk/frank_lupo



--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f

Sponsor:
Pacchetto SuperClassic: 50 libri a soli 16,01 Euro!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=815&d=30-5


Re: pga2: reserved keywords

From
"Dave Page"
Date:
It's rumoured that frank_lupo once said:
>>
>>
>> > -----Original Message-----
>> > From: frank_lupo [mailto:frank_lupo@email.it]
>> > Sent: 30 May 2003 14:15
>> > To: Dave Page
>> > Cc: pgadmin-hackers
>> > Subject: Re: [pgadmin-hackers] pga2: reserved keywords
>> >
>> >
>> >
>> > Excuse, I do not understand.
>>
>> Don't worry, I found some time.
>>
>> New keywords are attached - I removed the ones that aren't relevant
>> to
 PostgreSQL as there were a lot of them, and they may have a large
>> impact
 on performance of the HighlightBox.
>>
>> The codes seem vaguely sensible, but feel free to change them.
>>
>> Regards, Dave
>>
>
> Hi Dave,
> thanks  good work.
> I have a problem, the DEFAULT_AUTOHIGHLIGHT is a const, is not possible
> to add many lines.
 I have idea, on load pgadmin2 read a txt file and
> load keyword in DEFAULT_AUTOHIGHLIGHT variable no const.
 Do you think
> ?

That sounds sensible. I remember having trouble with the length of it before.

Regards, Dave.