Thread

  1. Suggestion

    muhammad umar <whiplash77_77@yahoo.com> — 2003-03-31T10:50:02Z

    hello,
    im using PostgreSQL 7.3.1 on i686-pc-linux-gnu,
    compiled by GCC 2.96.
    i have a suggestion for the name of this DBMS, and
    that it should not be PostgreSQL but it should be
    PregreSQL, as im feeling its a DBMS that perhaps might
    be used 100 years ago,,proof for this is its
    techniques for showing errors that if we have a 1400
    lines sql query contain some error,,it give error as "
    parse error at or near <some column name>" ,,now if
    that column is used at several places ,,we might have
    to browse the whole of the cream.......
    this is one of example of the limit of stupidity this
    DBMS having,,,
    this used to waste the time that should be spent in
    development...so consider changing the name of this
    stupid DBMS,,
    
    regards
    Muhammad Umar Liaquat
    Database Administrator
    Vigilant Systems Limited.
    
    __________________________________________________
    Do you Yahoo!?
    Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
    http://platinum.yahoo.com
    
    
    
  2. Re: [GENERAL] Suggestion

    scott.marlowe <scott.marlowe@ihs.com> — 2003-04-03T18:08:28Z

    On Mon, 31 Mar 2003, muhammad umar wrote:
    
    > hello,
    > im using PostgreSQL 7.3.1 on i686-pc-linux-gnu,
    > compiled by GCC 2.96.
    > i have a suggestion for the name of this DBMS, and
    > that it should not be PostgreSQL but it should be
    > PregreSQL, as im feeling its a DBMS that perhaps might
    > be used 100 years ago,,proof for this is its
    > techniques for showing errors that if we have a 1400
    > lines sql query contain some error,,it give error as "
    > parse error at or near <some column name>" ,,now if
    > that column is used at several places ,,we might have
    > to browse the whole of the cream.......
    > this is one of example of the limit of stupidity this
    > DBMS having,,,
    > this used to waste the time that should be spent in
    > development...so consider changing the name of this
    > stupid DBMS,,
    
    Two suggestions:
    
    1:  No one is twisting your arm, feel free to switch to something else.
    2:  Patches happily accepted.
    
    
    
  3. Re: [GENERAL] Suggestion

    Darren Ferguson <darren@crystalballinc.com> — 2003-04-03T18:27:56Z

    The database parser in 7.3.2 tells you the character at which the error 
    occurred. You could always upgrade to that version instead of bumping 
    your gums on a topic where people spend there own free time providing a 
    system for you to use.
    
    Have some consideration
    Darren
    
    muhammad umar wrote:
    
    >hello,
    >im using PostgreSQL 7.3.1 on i686-pc-linux-gnu,
    >compiled by GCC 2.96.
    >i have a suggestion for the name of this DBMS, and
    >that it should not be PostgreSQL but it should be
    >PregreSQL, as im feeling its a DBMS that perhaps might
    >be used 100 years ago,,proof for this is its
    >techniques for showing errors that if we have a 1400
    >lines sql query contain some error,,it give error as "
    >parse error at or near <some column name>" ,,now if
    >that column is used at several places ,,we might have
    >to browse the whole of the cream.......
    >this is one of example of the limit of stupidity this
    >DBMS having,,,
    >this used to waste the time that should be spent in
    >development...so consider changing the name of this
    >stupid DBMS,,
    >
    >regards
    >Muhammad Umar Liaquat
    >Database Administrator
    >Vigilant Systems Limited.
    >
    >__________________________________________________
    >Do you Yahoo!?
    >Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
    >http://platinum.yahoo.com
    >
    >
    >---------------------------(end of broadcast)---------------------------
    >TIP 3: if posting/reading through Usenet, please send an appropriate
    >subscribe-nomail command to majordomo@postgresql.org so that your
    >message can get through to the mailing list cleanly
    >  
    >
    
    
    
  4. Re: Suggestion

    Ericson Smith <eric@did-it.com> — 2003-04-03T18:31:42Z

    Muhammad,
    
    The postgresql list is one that is well known for politeness and
    courtesy above all.
    
    For instance, someone today requested information about MySQL, and one
    of the members was kind enough to do research for him and to even post a
    link to where the person could find the information.
    
    My point is, if you need help, we will be more than happy to give it, no
    matter how long it takes. Many times people on the list have saved my
    bacon with friendly and courteous advice time after time. Even the
    response by Scott to you was courteous and helpful.
    
    - Ericson Smith
    eric@did-it.com
    http://www.did-it.com
    
    
    
    On Thu, 2003-04-03 at 13:08, scott.marlowe wrote:
    > On Mon, 31 Mar 2003, muhammad umar wrote:
    > 
    > > hello,
    > > im using PostgreSQL 7.3.1 on i686-pc-linux-gnu,
    > > compiled by GCC 2.96.
    > > i have a suggestion for the name of this DBMS, and
    > > that it should not be PostgreSQL but it should be
    > > PregreSQL, as im feeling its a DBMS that perhaps might
    > > be used 100 years ago,,proof for this is its
    > > techniques for showing errors that if we have a 1400
    > > lines sql query contain some error,,it give error as "
    > > parse error at or near <some column name>" ,,now if
    > > that column is used at several places ,,we might have
    > > to browse the whole of the cream.......
    > > this is one of example of the limit of stupidity this
    > > DBMS having,,,
    > > this used to waste the time that should be spent in
    > > development...so consider changing the name of this
    > > stupid DBMS,,
    > 
    > Two suggestions:
    > 
    > 1:  No one is twisting your arm, feel free to switch to something else.
    > 2:  Patches happily accepted.
    > 
    > 
    > ---------------------------(end of broadcast)---------------------------
    > TIP 3: if posting/reading through Usenet, please send an appropriate
    > subscribe-nomail command to majordomo@postgresql.org so that your
    > message can get through to the mailing list cleanly
    -- 
    Ericson Smith <eric@did-it.com>
    
    
    
  5. Re: [GENERAL] Suggestion

    Dennis Gearon <gearond@cvc.net> — 2003-04-03T18:38:25Z

    maybe he's a little vitrolic, but the error reporting could be MUCH better. 
    Seems like the parse tree should be able to show where the error is.
    
    muhammad umar wrote:
    > hello,
    > im using PostgreSQL 7.3.1 on i686-pc-linux-gnu,
    > compiled by GCC 2.96.
    > i have a suggestion for the name of this DBMS, and
    > that it should not be PostgreSQL but it should be
    > PregreSQL, as im feeling its a DBMS that perhaps might
    > be used 100 years ago,,proof for this is its
    > techniques for showing errors that if we have a 1400
    > lines sql query contain some error,,it give error as "
    > parse error at or near <some column name>" ,,now if
    > that column is used at several places ,,we might have
    > to browse the whole of the cream.......
    > this is one of example of the limit of stupidity this
    > DBMS having,,,
    > this used to waste the time that should be spent in
    > development...so consider changing the name of this
    > stupid DBMS,,
    > 
    > regards
    > Muhammad Umar Liaquat
    > Database Administrator
    > Vigilant Systems Limited.
    > 
    > __________________________________________________
    > Do you Yahoo!?
    > Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
    > http://platinum.yahoo.com
    > 
    > 
    > ---------------------------(end of broadcast)---------------------------
    > TIP 3: if posting/reading through Usenet, please send an appropriate
    > subscribe-nomail command to majordomo@postgresql.org so that your
    > message can get through to the mailing list cleanly
    > 
    
    
    
  6. Re: [GENERAL] Suggestion

    Dennis Gearon <gearond@cvc.net> — 2003-04-03T19:16:55Z

    I stand corrected, after reading tom's post about 7.3.2.
    
    Error reporting to the point of failure in the querry is COOL, thanks to all who 
    worked on that. I will have to bug my provider to install the latest version.
    
    Dennis Gearon wrote:
    > maybe he's a little vitrolic, but the error reporting could be MUCH 
    > better. Seems like the parse tree should be able to show where the error 
    > is.
    > 
    > muhammad umar wrote:
    > 
    >> hello,
    >> im using PostgreSQL 7.3.1 on i686-pc-linux-gnu,
    >> compiled by GCC 2.96.
    >> i have a suggestion for the name of this DBMS, and
    >> that it should not be PostgreSQL but it should be
    >> PregreSQL, as im feeling its a DBMS that perhaps might
    >> be used 100 years ago,,proof for this is its
    >> techniques for showing errors that if we have a 1400
    >> lines sql query contain some error,,it give error as "
    >> parse error at or near <some column name>" ,,now if
    >> that column is used at several places ,,we might have
    >> to browse the whole of the cream.......
    >> this is one of example of the limit of stupidity this
    >> DBMS having,,,
    >> this used to waste the time that should be spent in
    >> development...so consider changing the name of this
    >> stupid DBMS,,
    >>
    >> regards
    >> Muhammad Umar Liaquat
    >> Database Administrator
    >> Vigilant Systems Limited.
    >>
    >> __________________________________________________
    >> Do you Yahoo!?
    >> Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
    >> http://platinum.yahoo.com
    >>
    >>
    >> ---------------------------(end of broadcast)---------------------------
    >> TIP 3: if posting/reading through Usenet, please send an appropriate
    >> subscribe-nomail command to majordomo@postgresql.org so that your
    >> message can get through to the mailing list cleanly
    >>
    > 
    > 
    > ---------------------------(end of broadcast)---------------------------
    > TIP 5: Have you checked our extensive FAQ?
    > 
    > http://www.postgresql.org/docs/faqs/FAQ.html
    >