Current location: Hot Scripts Forums » Other Discussions » Database » Hehe, not very popular...


Hehe, not very popular...

Reply
  #1 (permalink)  
Old 08-06-03, 08:13 PM
kambodja's Avatar
kambodja kambodja is offline
Newbie Coder
 
Join Date: Aug 2003
Location: Germany
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Hehe, not very popular...

As I can see Postqre SQL is not very popular...
Reply With Quote
  #2 (permalink)  
Old 08-06-03, 09:39 PM
Archbob Archbob is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Its because intially php debuted with mysql.
__________________
Master Chipmunk and programmer of cheap scripts.
Chipmunk Scripts -- Free GPL scripts
Reply With Quote
  #3 (permalink)  
Old 08-07-03, 10:48 AM
darkcarnival's Avatar
darkcarnival darkcarnival is offline
PHP/MySQL coder
 
Join Date: Jun 2003
Posts: 939
Thanks: 0
Thanked 0 Times in 0 Posts
i never really see much programs written for it but mysql is very useful since it is runable on perl and php.
Reply With Quote
  #4 (permalink)  
Old 08-07-03, 11:15 AM
MadDog MadDog is offline
Code Master
 
Join Date: Aug 2003
Posts: 935
Thanks: 0
Thanked 0 Times in 0 Posts
Ive never even seen a script for Postgre SQL.
__________________
Drew Gauderman
ASP - MSSQL Coder / Buisness Owner / Coder for Hire!
MSN-ICQ-AIM-YIM in Profile

http://www.iportalx.net an easy ASP portal system.
Reply With Quote
  #5 (permalink)  
Old 08-07-03, 01:03 PM
darkcarnival's Avatar
darkcarnival darkcarnival is offline
PHP/MySQL coder
 
Join Date: Jun 2003
Posts: 939
Thanks: 0
Thanked 0 Times in 0 Posts
i know me either much be either harder to code or not very good.
Reply With Quote
  #6 (permalink)  
Old 08-21-03, 09:43 AM
Karl Austin Karl Austin is offline
Newbie Coder
 
Join Date: Aug 2003
Location: UK
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
PostgreSQL is far superior to mySQL. To start with, it is actually an RDBMS unlike mySQL (Well, tehcnically it is now, as it does support relations, but in the 3.x.x series it didn't qualify).

PostgreSQL supports many things mySQL does not yet support or not supprt very well e.g. Transactions, Stored Procedures, Triggers, Foreign Keys and a few more things besides.

The reason it is not so popular is that mySQL got there first when it came to the web and because of that, many people are under the impression that mySQL is the database you must use with PHP - when in fact for a lot of applications it's just not suited to the job e.g. Large vBulletin forums - mySQL caves in very quickly with large vBulletin forums, PostgreSQL would scale much better under large volumes of traffic.
__________________
Karl Austin
Experiened PHP (OO), XML, XSL, CSS, XHTML and SQL (mySQL, pgSQL) Coder for hire.
Reply With Quote
  #7 (permalink)  
Old 08-24-03, 05:17 AM
Radio Radio is offline
New Member
 
Join Date: Aug 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
phpBB supports PostgreSQL.

Last edited by Radio; 08-26-03 at 05:47 PM.
Reply With Quote
  #8 (permalink)  
Old 08-24-03, 02:09 PM
darkcarnival's Avatar
darkcarnival darkcarnival is offline
PHP/MySQL coder
 
Join Date: Jun 2003
Posts: 939
Thanks: 0
Thanked 0 Times in 0 Posts
i never that. but mysql is still better in some fields than other databases. plus mysql is much more popluar cause the ease of coding.but also more places support mysql y i dont know but you use what is out there most.
Reply With Quote
  #9 (permalink)  
Old 08-26-03, 06:02 AM
MagnuM MagnuM is offline
Newbie Coder
 
Join Date: Jul 2003
Location: Timisoara, Romania
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally posted by Radio
phpBB supports PostgreSQL.
Yes it supports Postgres, but in fact it does not use any of this database capabilities (triggers, functions, views). This is because the forum must run the same with each database server.

So the phpBB guys, can't use any particulary capability of a database that other DB does not support. For example, they can't use triggers, which are not supported by MySQL, but are suported by Oracle, PostgreSQL and MSSQL.

The diference between MySQL an PostgreSQL is not the speed or stability, but in the capabilities of each database system.

PostgreSQL is an Object Relational Database Server (wich means it has the posibilities to declare relations between the tables elements, and this relations are stored in the database as objects known as foreign keys). Also the developer have the posibility to declare his own data types and agregations. I will remind here the much many datatypes which is suported by Postgres like arrays, geometric types(circle, polygon) or network address data types (ip, MAC addresses).

And the most powerful thing is the PL/PGSQL which allows developers to create stored procedures, triggers, rules and functions.

Actually, the PostgreSQL slogan is true: The most advanced open source database in the world.

This is why, this database system is recommended for advanced websites and application, where MySQL is not enough.
__________________
The more people i know, the more i love my dog.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is phpBB the most popular php board and why? pelican General HotScripts Site Discussion 10 09-28-03 10:18 AM
A popular site needs reciprocal links! kailash Traffic Exchange 4 08-25-03 12:52 AM
Link Exchange with Popular eCard Site Mitnik Traffic Exchange 3 08-11-03 11:56 PM
Top Newsletter application(s)? Coach General HotScripts Site Discussion 9 07-03-03 09:24 AM


All times are GMT -5. The time now is 04:52 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.