Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread Alexey Kovyazin a...@ib-aid.com [firebird-support]
Hello All,

As there are many people involved and truly interested in further 
Firebird development in this thread, I would like to remind, that 
Firebird is funded by Firebird Foundation sponsors and members, and 
there is always ability to boost development with money sponsorship and 
donations.

If you want to help with it, consider to become a sponsor
https://www.firebirdsql.org/en/how-to-become-a-sponsor/

For example, with extra USD$36k/year FF could allocate the additional 
grant for C++ developer, to implement more features in the short timeframe.
36k  = 3 Platinum Sponsors (12k/year = 1k per month ) or 6 Gold (6k/year 
= 500 usd per month) or 12 Silver (3k) - or 36 Bronze sponsors (1k/year 
= 80 USD/month).

The companies - Platinum sponsors have access to Task Technical Group 
and can influence and support their desired features in Firebird, other 
sponsors have a voting membership in Firebird Foundation (which can be 
bought separately by USD$300/year).

Regards,
Alexey Kovyazin
IBSurgeon





Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
For me highest priority are grouping sets and pivot.If we are talking about 
triggers/procedures. For me there is one big disadvantage about string 
processing.Why we can not use indexed access to string? This should be 
simplified.E.g. declare variable A char(50)A[4] = 'x'A[7] = A[8]I wait 
personally for FB4 greate features like- lateral join availability- 63 
identifiers- big numericsBut as summary. Firebird is really strong. I really 
like FB stored procedures and triggers. I like transaction processing and its 
options. FB3 have good possibility to extend funtionality by udr.We can create 
psql functions.Regards,Karol Bieniaszewski
null

Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread Dalton Calford dalton.calf...@gmail.com [firebird-support]
Hi Alexey,

Just my 2cents from someone who has not had time to review the code and
could not find a breakdown of the firebird code structure in a very cursory
search.


> (1) Schema support as per oracle not microsoft (although you can simulate
MS style schema with a proper implementation)
>   agree, we need schema support

If we have a system table that has the columns (parent, child, type,
internal_reference) and had it hold the user facing table names, while
referencing a system generated name (the internal reference) that is used
in blr and other tasks, then most of the work would be adding a name lookup
function to the parser which uses a recursive CTE to do the name matching.
 This would be the least amount of work and would mostly involve the parser..


> (2) Cube SQL support
>  would be good, but not critical,

This is hard and can wait, because it is mostly making the api's/result
sets be bug for bug compatible with the MS platforms

> (3) Linked Databases in addition to the psql connections
>  would be good, but not critical

This can wait, but, I do believe it is critical in many work places.

> (4) Jobs with Schedular
>  would be good, not critical, can be implemented with bundled product
(not core)

All this needs is some system tables to be created and parser support
added.  The actual implementation can be written by third parties as long
as the tables exist and are documented.

> (5) Replication
> Master-Slave is already in HQbird for 2.5 and 3.0, and will be in
community Firebird 4.0
> Master-Master is the next step for 5.0.

Great news!

>  (6) High Available Clustering
>  agree, it will be based on top of the replication.
Sounds like this would be in 5.0

Overall, things like JSON can be done with packages, stored procs and psql
functions, not needing anything from the developers, but the schema and
schedular support could be covered by someone who knows the parser well.

Best regards

Dalton





On Wed, 7 Nov 2018 at 14:32, Alexey Kovyazin a...@ib-aid.com
[firebird-support]  wrote:

>
>
> Hello Dalton,
>
>
> >Where do you see the list of features that are destined to be in 5?
>
> There is no list of features yet. However, as a member of Technical Task
> Group, I will work to include into 5.0 the 3 main features: multi-master
> replication, partitioning/table spaces, schema support.
>
>


>
> >I have been a supporter of firebird for years but there are several
> things that hold it back
>
> My opinion:
>
> (1) Schema support as per oracle not microsoft (although you can simulate
> MS style schema with a proper implementation)
>
> agree, we need schema support
>
> (2) Cube SQL support
> would be good, but not critical
>
> (3) Linked Databases in addition to the psql connections
> would be good, but not critical
>
> (4) Jobs with Schedular
> would be good, not critical, can be implemented with bundled product (not
> core)
>
> (5) Replication
> Master-Slave is already in HQbird for 2.5 and 3.0, and will be in
> community Firebird 4.0
> Master-Master is the next step for 5.0.
>
> (6) High Available Clustering
> agree, it will be based on top of the replication.
>
> Regards,
> Alexey
>
>
>
> On Wed, 7 Nov 2018 at 12:19, Alexey Kovyazin a...@ib-aid.com
> [firebird-support]  wrote:
>
>> Thank you!
>>
>> In my opinion, Firebird will close the gap with PG in main features in 2
>> years, with FB5.0 version.
>>
>> Regards,
>> Alexey Kovyazin
>> IBSurgeon www.ib-aid.com
>>
>> On 07.11.2018 19:58, 'Martijn Tonies (Upscene Productions)'
>> m.ton...@upscene.com [firebird-support] wrote:
>> > Hello Alexey,
>> >
>> >> What about compilation of stored procedures - is it true that it is
>> >> possible to create SP with errors, and they appear only when it will be
>> >> invoked?
>> > Unsure, will try tomorrow. Do note, that for example, Oracle allows you
>> to
>> > 'save' or 'compile' invalid stored routines > they are stored in the
>> > database
>> > anyway and you can ask for a list of errors. In Database Workbench,
>> these
>> > routines are shown in red as to signal they are currently invalid.
>> >
>> >> Also, about checking the parameters - is it true that you can create
>> >> stored procedure which invokes other stored procedure with wrong list
>> of
>> >> parameters, and it will give error only at the execution time?
>> > I'll let you know.
>> >
>> >
>> > With regards,
>> >
>> > Martijn Tonies
>> > Upscene Productions
>> > http://www.upscene.com
>> >
>> > Regards,
>> > Alexey
>> >
>> >
>> >
>> > On 07.11.2018 19:27, 'Martijn Tonies (Upscene Productions)'
>> > m.ton...@upscene.com [firebird-support] wrote:
>> >> Yes, it's true and it's rather annoying when, for example, developing
>> an
>> >> interactive database development tool;)
>> >
>> >
>> > 
>> >
>> > 
>> >
>> > ++
>> >
>> > Visit http://www.firebirdsql.org and click the Documentation item
>> > on the main 

Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 2018-11-06 14:44, Fabiano Bonin fabiano.bo...@personalsoft.com.br 
[firebird-support] wrote:
> There is a 31 characters table name limit, the can bring some
> restrictions if you are planning to create a multi-database
> application and you use big table names.

This limit will be doubled (to 63) in Firebird 4.

Mark


Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread Alexey Kovyazin a...@ib-aid.com [firebird-support]

Hello Dalton,


>Where do you see the list of features that are destined to be in 5?

There is no list of features yet. However, as a member of Technical Task 
Group, I will work to include into 5.0 the 3 main features: multi-master 
replication, partitioning/table spaces, schema support.



>I have been a supporter of firebird for years but there are several 
things that hold it back


My opinion:

(1) Schema support as per oracle not microsoft (although you can 
simulate MS style schema with a proper implementation)


agree, we need schema support

(2) Cube SQL support
would be good, but not critical

(3) Linked Databases in addition to the psql connections
would be good, but not critical

(4) Jobs with Schedular
would be good, not critical, can be implemented with bundled product 
(not core)


(5) Replication
Master-Slave is already in HQbird for 2.5 and 3.0, and will be in 
community Firebird 4.0

Master-Master is the next step for 5.0.

(6) High Available Clustering
agree, it will be based on top of the replication.

Regards,
Alexey



On Wed, 7 Nov 2018 at 12:19, Alexey Kovyazin a...@ib-aid.com 
 [firebird-support] 
> wrote:


   Thank you!

   In my opinion, Firebird will close the gap with PG in main features
   in 2
   years, with FB5.0 version.

   Regards,
   Alexey Kovyazin
   IBSurgeon www.ib-aid.com 

   On 07.11.2018 19:58, 'Martijn Tonies (Upscene Productions)'
   m.ton...@upscene.com 
   [firebird-support] wrote:
> Hello Alexey,
>
>> What about compilation of stored procedures - is it true that it is
>> possible to create SP with errors, and they appear only when it
   will be
>> invoked?
> Unsure, will try tomorrow. Do note, that for example, Oracle
   allows you to
> 'save' or 'compile' invalid stored routines > they are stored in the
> database
> anyway and you can ask for a list of errors. In Database
   Workbench, these
> routines are shown in red as to signal they are currently invalid.
>
>> Also, about checking the parameters - is it true that you can create
>> stored procedure which invokes other stored procedure with wrong
   list of
>> parameters, and it will give error only at the execution time?
> I'll let you know.
>
>
> With regards,
>
> Martijn Tonies
> Upscene Productions
> http://www.upscene.com
>
> Regards,
> Alexey
>
>
>
> On 07.11.2018 19:27, 'Martijn Tonies (Upscene Productions)'
> m.ton...@upscene.com 
   [firebird-support] wrote:
>> Yes, it's true and it's rather annoying when, for example,
   developing an
>> interactive database development tool;)
>
>
> 
>
> 
>
> ++
>
> Visit http://www.firebirdsql.org and click the Documentation item
> on the main (top) menu.  Try FAQ and other links from the
   left-side menu
> there.
>
> Also search the knowledgebases at
> http://www.ibphoenix.com/resources/documents/
>
> ++
> 
>
> Yahoo Groups Links
>
>
>
>
>
>
> 
>
> 
>
> ++
>
> Visit http://www.firebirdsql.org and click the Documentation item
> on the main (top) menu.  Try FAQ and other links from the
   left-side menu there.
>
> Also search the knowledgebases at
   http://www.ibphoenix.com/resources/documents/
>
> ++
> 
>
> Yahoo Groups Links
>
>
>



   

   

   ++

   Visit http://www.firebirdsql.org and click the Documentation item
   on the main (top) menu.  Try FAQ and other links from the left-side
   menu there.

   Also search the knowledgebases at
   http://www.ibphoenix.com/resources/documents/

   ++
   

   Yahoo Groups Links


   firebird-support-fullfeatu...@yahoogroups.com
   








RE: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread edmende...@gmail.com [firebird-support]
Kjell,

 

In our shop we are using Firebird 2.5x for Data warehouse and Postgresql 10..x 
for other projects. 

 

Below is my list of Pros and Cons between the two.  The list below is my 
experience with the two products. 

 

PostgreSQL over Firebird 2.5

 

Pros

*   Table Partitions are available
*   Matierialized Views
*   Json & Jsonb support
*   Various aggregation functions available
*   Different Indexing (gist, gin ) 
*   No 31 character object or column name limits
*   Many foreign data wrappers available 
*   Bulk copy support, even in .NET framework using NPGSQL client library
*   Works with EF Core 2.x 
*   Can be used as a Document DB (NoSQL) using the MARTEN .NET data 
provider.
*   Schemas available
*   You can use CitusData or other products to turn your DB into a 
Distributive DB
*   Postgresql is available in the Azure and AWS offerings.
*   Parallel Queries are available in PostgreSQL 10 and up. 
*   Window functions available
*   You have Row Level Security ( although I think FB3.x has this also)

Cons

*   You can save functions(stored procedures) with invalid syntax which 
will be made aware at runtime only.
*   You can’t re-order the columns in a table once they have been added. 
*   Not offered as an Embedded DB.
*   The Procedural Language is not as straight forward as Firebird’s
*   The Server’s directory structure for the Databases is something I need 
getting accustomed to. I don’t a DB can be easily transferred using OS Copy. 

 

Firebird 2.5 over PostgreSQL

Pros

*   Procedural Language is easier to work with (IMHO).
*   Triggers are easier to implement, to me (granted I have had limited 
experience with triggers in PostgreSQL).
*   Can re-position column order in a table without having to re-create the 
table.
*   Can be used as an embedded DB.
*   A Database is a single file on Disk, you can copy it to another Server 
and start using it.

Cons

*   No Bulk Copy support
*   EF Core doesn’t work with Firebird 2.1

 

 

From: firebird-support@yahoogroups.com  
Sent: Tuesday, November 6, 2018 7:45 AM
To: firebird-support@yahoogroups.com
Subject: [firebird-support] Firebird vs. PostgreSQL

 

  

Hi, 

We've been using Firebird "forever". For upcoming projects and also possible 
replacement in existing ones, we're considering PostgreSQL. 

What would you say is the pros and cons of Firebird vs. PostgreSQL? 

I'm aware that the answers may very well be different depending on application 
and usage patterns, but I would like to start with considerations i general 
terms, e.g. framework support (e.g. Entity Framework), admin tools availability 
and usability (Windows and possibly Mac), query performance in general, 
resource load, SQL standard compliance, stability, development progress (new 
features, fixing bugs, ...) etc. 

Mvh, 
Kjell 

[cid:part1.5A72A320.2CD4BAEA@marknadsinformation.se] 

Kjell Rilbe 
Telefon: 08-761 06 55 
Mobil: 0733-44 24 64 

Marknadsinformation i Sverige AB 
Ulvsundavägen 106C 
168 67 Bromma 
www.marknadsinformation.se 
 
 
08-514 905 90 

[Företagskontakt.se] 
[Personkontakt.se] 

[Non-text portions of this message have been removed]





Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread Dalton Calford dalton.calf...@gmail.com [firebird-support]
Hi Alexey,

Where do you see the list of features that are destined to be in 5?
I have been a supporter of firebird for years but there are several things
that hold it back

(1) Schema support as per oracle not microsoft (although you can simulate
MS style schema with a proper implementation)
(2) Cube SQL support
(3) Linked Databases in addition to the psql connections
(4) Jobs with Schedular
(5) Replication
(6) High Available Clustering

best regards

Dalton

On Wed, 7 Nov 2018 at 12:19, Alexey Kovyazin a...@ib-aid.com
[firebird-support]  wrote:

> Thank you!
>
> In my opinion, Firebird will close the gap with PG in main features in 2
> years, with FB5.0 version.
>
> Regards,
> Alexey Kovyazin
> IBSurgeon www.ib-aid.com
>
> On 07.11.2018 19:58, 'Martijn Tonies (Upscene Productions)'
> m.ton...@upscene.com [firebird-support] wrote:
> > Hello Alexey,
> >
> >> What about compilation of stored procedures - is it true that it is
> >> possible to create SP with errors, and they appear only when it will be
> >> invoked?
> > Unsure, will try tomorrow. Do note, that for example, Oracle allows you
> to
> > 'save' or 'compile' invalid stored routines > they are stored in the
> > database
> > anyway and you can ask for a list of errors. In Database Workbench, these
> > routines are shown in red as to signal they are currently invalid.
> >
> >> Also, about checking the parameters - is it true that you can create
> >> stored procedure which invokes other stored procedure with wrong list of
> >> parameters, and it will give error only at the execution time?
> > I'll let you know.
> >
> >
> > With regards,
> >
> > Martijn Tonies
> > Upscene Productions
> > http://www.upscene.com
> >
> > Regards,
> > Alexey
> >
> >
> >
> > On 07.11.2018 19:27, 'Martijn Tonies (Upscene Productions)'
> > m.ton...@upscene.com [firebird-support] wrote:
> >> Yes, it's true and it's rather annoying when, for example, developing an
> >> interactive database development tool;)
> >
> >
> > 
> >
> > 
> >
> > ++
> >
> > Visit http://www.firebirdsql.org and click the Documentation item
> > on the main (top) menu.  Try FAQ and other links from the left-side menu
> > there.
> >
> > Also search the knowledgebases at
> > http://www.ibphoenix.com/resources/documents/
> >
> > ++
> > 
> >
> > Yahoo Groups Links
> >
> >
> >
> >
> >
> >
> > 
> >
> > 
> >
> > ++
> >
> > Visit http://www.firebirdsql.org and click the Documentation item
> > on the main (top) menu.  Try FAQ and other links from the left-side menu
> there.
> >
> > Also search the knowledgebases at
> http://www.ibphoenix.com/resources/documents/
> >
> > ++
> > 
> >
> > Yahoo Groups Links
> >
> >
> >
>
>
>
> 
>
> 
>
> ++
>
> Visit http://www.firebirdsql.org and click the Documentation item
> on the main (top) menu.  Try FAQ and other links from the left-side menu
> there.
>
> Also search the knowledgebases at
> http://www.ibphoenix.com/resources/documents/
>
> ++
> 
>
> Yahoo Groups Links
>
>
>
>


Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread Mark Rotteveel m...@lawinegevaar.nl [firebird-support]
On 2018-11-07 16:28, Michal Kurczabinski michk...@gmail.com 
[firebird-support] wrote:
> Firebird also doesn't support data partitioning, extended window 
> functions

What are you really missing in existing window functions support?

Mark


Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread 'Marcin Bury' marcin.b...@studio-delfi.pl [firebird-support]
Alexey

I can confirm that it is possible to 'compile' SP with error that will 
appear during SP execution. Probably the most annoying thing in the 
world for Firebird users ;-)
I hate it.

Marcin

-- Wiadomość oryginalna --
Od: "Alexey Kovyazin a...@ib-aid.com [firebird-support]" 

Do: firebird-support@yahoogroups.com
Data: 07.11.2018 17:37:00
Temat: Re: [firebird-support] Firebird vs. PostgreSQL

>Martijn,
>
>What about compilation of stored procedures - is it true that it is
>possible to create SP with errors, and they appear only when it will be
>invoked?
>
>Also, about checking the parameters - is it true that you can create
>stored procedure which invokes other stored procedure with wrong list 
>of
>parameters, and it will give error only at the execution time?
>
>Regards,
>Alexey
>
>
>
>On 07.11.2018 19:27, 'Martijn Tonies (Upscene Productions)'
>m.ton...@upscene.com [firebird-support] wrote:
>>Yes, it's true and it's rather annoying when, for example, developing 
>>an
>>interactive database development tool;)
>
>
>
>
>
>
>
>++
>
>Visit http://www.firebirdsql.org and click the Documentation item
>on the main (top) menu.  Try FAQ and other links from the left-side 
>menu there.
>
>Also search the knowledgebases at 
>http://www.ibphoenix.com/resources/documents/
>
>++
>
>
>Yahoo Groups Links
>
>
>



Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread Alexey Kovyazin a...@ib-aid.com [firebird-support]
Thank you!

In my opinion, Firebird will close the gap with PG in main features in 2 
years, with FB5.0 version.

Regards,
Alexey Kovyazin
IBSurgeon www.ib-aid.com

On 07.11.2018 19:58, 'Martijn Tonies (Upscene Productions)' 
m.ton...@upscene.com [firebird-support] wrote:
> Hello Alexey,
>
>> What about compilation of stored procedures - is it true that it is
>> possible to create SP with errors, and they appear only when it will be
>> invoked?
> Unsure, will try tomorrow. Do note, that for example, Oracle allows you to
> 'save' or 'compile' invalid stored routines > they are stored in the
> database
> anyway and you can ask for a list of errors. In Database Workbench, these
> routines are shown in red as to signal they are currently invalid.
>
>> Also, about checking the parameters - is it true that you can create
>> stored procedure which invokes other stored procedure with wrong list of
>> parameters, and it will give error only at the execution time?
> I'll let you know.
>
>
> With regards,
>
> Martijn Tonies
> Upscene Productions
> http://www.upscene.com
>
> Regards,
> Alexey
>
>
>
> On 07.11.2018 19:27, 'Martijn Tonies (Upscene Productions)'
> m.ton...@upscene.com [firebird-support] wrote:
>> Yes, it's true and it's rather annoying when, for example, developing an
>> interactive database development tool;)
>
>
> 
>
> 
>
> ++
>
> Visit http://www.firebirdsql.org and click the Documentation item
> on the main (top) menu.  Try FAQ and other links from the left-side menu
> there.
>
> Also search the knowledgebases at
> http://www.ibphoenix.com/resources/documents/
>
> ++
> 
>
> Yahoo Groups Links
>
>
>
>
>
>
> 
>
> 
>
> ++
>
> Visit http://www.firebirdsql.org and click the Documentation item
> on the main (top) menu.  Try FAQ and other links from the left-side menu 
> there.
>
> Also search the knowledgebases at 
> http://www.ibphoenix.com/resources/documents/
>
> ++
> 
>
> Yahoo Groups Links
>
>
>







++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread 'Martijn Tonies (Upscene Productions)' m.ton...@upscene.com [firebird-support]
Hello Alexey,

>What about compilation of stored procedures - is it true that it is
>possible to create SP with errors, and they appear only when it will be
>invoked?

Unsure, will try tomorrow. Do note, that for example, Oracle allows you to
'save' or 'compile' invalid stored routines > they are stored in the 
database
anyway and you can ask for a list of errors. In Database Workbench, these
routines are shown in red as to signal they are currently invalid.

>Also, about checking the parameters - is it true that you can create
>stored procedure which invokes other stored procedure with wrong list of
>parameters, and it will give error only at the execution time?

I'll let you know.


With regards,

Martijn Tonies
Upscene Productions
http://www.upscene.com

Regards,
Alexey



On 07.11.2018 19:27, 'Martijn Tonies (Upscene Productions)'
m.ton...@upscene.com [firebird-support] wrote:
> Yes, it's true and it's rather annoying when, for example, developing an
> interactive database development tool;)







++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu 
there.

Also search the knowledgebases at 
http://www.ibphoenix.com/resources/documents/

++


Yahoo Groups Links










++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread Alexey Kovyazin a...@ib-aid.com [firebird-support]
Martijn,

What about compilation of stored procedures - is it true that it is 
possible to create SP with errors, and they appear only when it will be 
invoked?

Also, about checking the parameters - is it true that you can create 
stored procedure which invokes other stored procedure with wrong list of 
parameters, and it will give error only at the execution time?

Regards,
Alexey



On 07.11.2018 19:27, 'Martijn Tonies (Upscene Productions)' 
m.ton...@upscene.com [firebird-support] wrote:
> Yes, it's true and it's rather annoying when, for example, developing an
> interactive database development tool;)







++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread 'Martijn Tonies (Upscene Productions)' m.ton...@upscene.com [firebird-support]
Yes, it's true and it's rather annoying when, for example, developing an 
interactive database development tool ;)


With regards,

Martijn Tonies
Upscene Productions
http://www.upscene.com

Database Workbench - developer tool for Oracle, MS SQL Server, PostgreSQL,
SQL Anywhere, MySQL, InterBase, NexusDB and Firebird.

-Original Message- 
From: Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
Sent: Wednesday, November 07, 2018 5:17 PM
To: firebird-support@yahoogroups.com
Subject: Re: [firebird-support] Firebird vs. PostgreSQL

07.11.2018 17:11, liviuslivius liviusliv...@poczta.onet.pl 
[firebird-support] wrote:
> Wow is this true?

https://www.tutorialspoint.com/postgresql/postgresql_transactions.htm

"Transactions can be started using BEGIN TRANSACTION or simply BEGIN 
command. Such
transactions usually persist until the next COMMIT or ROLLBACK command is 
encountered. But
a transaction will also ROLLBACK if the database is closed *or if an error 
occurs.*"


-- 
   WBR, SD.






++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu 
there.

Also search the knowledgebases at 
http://www.ibphoenix.com/resources/documents/

++


Yahoo Groups Links










++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
07.11.2018 17:11, liviuslivius liviusliv...@poczta.onet.pl [firebird-support] 
wrote:
> Wow is this true?

https://www.tutorialspoint.com/postgresql/postgresql_transactions.htm

"Transactions can be started using BEGIN TRANSACTION or simply BEGIN command. 
Such 
transactions usually persist until the next COMMIT or ROLLBACK command is 
encountered. But 
a transaction will also ROLLBACK if the database is closed *or if an error 
occurs.*"


-- 
   WBR, SD.






++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread liviuslivius liviusliv...@poczta.onet.pl [firebird-support]
Wow is this true? If yes in my opinion going to PG is a mistake.Regards,Karol 
Bieniaszewski
null

Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
07.11.2018 16:28, Michal Kurczabinski michk...@gmail.com [firebird-support] 
wrote:
> Firebird also doesn't support data partitioning, extended window functions

   On the other hand transactions in PostgreSQL are strange: they automatically 
rolled 
back on any statement error.


-- 
   WBR, SD.






++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



Re: [firebird-support] Firebird vs. PostgreSQL

2018-11-07 Thread Michal Kurczabinski michk...@gmail.com [firebird-support]
Firebird also doesn't support data partitioning, extended window functions

--
Regards,
Michal Kurczabinski


2018-11-06 14:44 GMT+01:00, Fabiano Bonin
fabiano.bo...@personalsoft.com.br [firebird-support]
:
> Firebird doesn't support schemas.
> This is the main reason I am replacing it by PostgreSQL in all my projects.
>
> In versions prior to 3.0, there is a limit on SQL instruction size, what
> makes it hard to use with frameworks like Hibernate, which tends to
> generate huge SQL instructions.
> But this is solved in version 3.0, so you should disconsider this one if
> you are using this version.
>
> There is a 31 characters table name limit, the can bring some restrictions
> if you are planning to create a multi-database application and you use big
> table names.
>
> But, if your project will be bound to a single database, you can live with
> these issues.
>
> The advantages I see on Firebird over PostgreSQL is single file database,
> great charset and collation support, easiest to mantain, doesn't bring a
> bunch of features you will never use, small installation size.
>
> Regards,
>
>
>
>
> Em ter, 6 de nov de 2018 às 11:10, Kjell Rilbe
> kjell.ri...@marknadsinformation.se [firebird-support] <
> firebird-support@yahoogroups.com> escreveu:
>
>>
>>
>> Hi,
>>
>> We've been using Firebird "forever". For upcoming projects and also
>> possible replacement in existing ones, we're considering PostgreSQL.
>>
>> What would you say is the pros and cons of Firebird vs. PostgreSQL?
>>
>> I'm aware that the answers may very well be different depending on
>> application and usage patterns, but I would like to start with
>> considerations i general terms, e.g. framework support (e.g. Entity
>> Framework), admin tools availability and usability (Windows and possibly
>> Mac), query performance in general, resource load, SQL standard
>> compliance,
>> stability, development progress (new features, fixing bugs, ...) etc.
>>
>> Mvh,
>> Kjell
>>
>> [cid:part1.5A72A320.2CD4BAEA@marknadsinformation.se]
>>
>> Kjell Rilbe
>> Telefon: 08-761 06 55
>> Mobil: 0733-44 24 64
>>
>> Marknadsinformation i Sverige AB
>> Ulvsundavägen 106C
>> 168 67 Bromma
>> www.marknadsinformation.se
>> 08-514 905 90
>>
>> [Företagskontakt.se]
>> [Personkontakt.se]
>>
>> [Non-text portions of this message have been removed]
>>
>>
>>
>


-- 
pozdrawiam / regards,
Michał Kurczabiński


Re: [firebird-support] Re: Server crash when no more space for the database

2018-11-07 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
07.11.2018 14:16, hv...@users.sourceforge.net [firebird-support] wrote:
> The last lines i see inyour message is:

   After that several bugchecks wer reported. You should have whole message in 
your mail box.

> (Message over 64 KB, truncated)

   AFAIU it is limitation of web-interface.

-- 
   WBR, SD.






++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



Re: [firebird-support] Re: Server crash when no more space for the database

2018-11-07 Thread hv...@users.sourceforge.net [firebird-support]
2018. 11. 07. 8:51 keltezéssel, hvlad@... mailto:hvlad@... 
 [firebird-support] írta:
 >>   There should be no crash. Errors - yes, crash - no.
 >> Attached log is truncated and i see no message about crash there.
 
 > The firebird.log not exists when started the OLTP. My second message 
 > contains the whole firebird.log which available after fbserver.exe 
> terminated.
 
 

 

 The last lines i see inyour message is:
 

 ---

 PC (Server) Tue Nov 06 14:10:32 2018
 Error extending file "R:\FB_OLTP\OLTP25.FDB" by (Message over 64 KB, 
truncated)
 ---
 

 Regards,
 Vlad
 




Re: [firebird-support] Re: Server crash when no more space for the database

2018-11-07 Thread Gabor Boros mlngl...@bgss.hu [firebird-support]
2018. 11. 07. 8:51 keltezéssel, hv...@users.sourceforge.net 
[firebird-support] írta:
>    There should be no crash. Errors - yes, crash - no.
> Attached log is truncated and i see no message about crash there.

The firebird.log not exists when started the OLTP. My second message 
contains the whole firebird.log which available after fbserver.exe 
terminated.

Gabor










++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



Re: [firebird-support] Re: Server crash when no more space for the database

2018-11-07 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 07/11/2018 07:51, hv...@users.sourceforge.net [firebird-support] wrote:
>  > While I executed some OLTP with 2.5(.9.27119 SS Win64) and no more space
>  > for the database the server crashed. See the attachment. Is it a known
>  > limitation (not fixed in 2.5 because it's too old) or a bug?
> 
>    There should be no crash. Errors - yes, crash - no.
> Attached log is truncated and i see no message about crash there.

I'm still running many sites on 20Gb hard disks ... I get plenty of 
warning when the OS ... Linux or Windows ... is running low on disk 
space and need to wipe all the crud from the system logs. The first 
problem is normally the OS screwing up rather than the applications 
particularly with windows but in the log provided the first error has 
already flagged the problem ... so why has it not been acted on? 
Continuing to try to do things after the ERROR has been raised is the 
problem and in my book has little option but to crash at some point?

-- 
Lester Caine - G8HFL
-
Contact - https://lsces.co.uk/wiki/?page=contact
L.S.Caine Electronic Services - https://lsces.co.uk
EnquirySolve - https://enquirysolve.com/
Model Engineers Digital Workshop - https://medw.co.uk
Rainbow Digital Media - https://rainbowdigitalmedia.co.uk


[firebird-support] Re: Server crash when no more space for the database

2018-11-07 Thread hv...@users.sourceforge.net [firebird-support]
> While I executed some OLTP with 2.5(.9.27119 SS Win64) and no more space 
 > for the database the server crashed. See the attachment. Is it a known 
> limitation (not fixed in 2.5 because it's too old) or a bug?
 
 

   There should be no crash. Errors - yes, crash - no. 

 Attached log is truncated and i see no message about crash there.
 

 Regards,
 Vlad