PostgreSQL - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PostgreSQL (
/showthread.php?tid=302712)
PostgreSQL -
Steve M. - 10.12.2011
Hey guys. Can someone explain to me what's a PostgreSQL and what is it for? And can I use it for SA:MP SQLite somehow?
Re: PostgreSQL -
Calgon - 10.12.2011
http://en.wikipedia.org/wiki/PostgreSQL
PostgreSQL is a completely different database management system, so no you can't. Database management systems are essentially the types of databases you use, SQLite is a 'type' too, as is MySQL.
Re: PostgreSQL -
Steve M. - 10.12.2011
Oh, I see. Thanks for the explanation. I thought that PostgreSQL was some kind of editor for SQL language.
And one more question. Database management systems use SQL language for creating databases or ...?
Re: PostgreSQL -
Calgon - 10.12.2011
Database management systems use SQL for writing queries. You can read, write and delete using SQL with any database management system.
http://en.wikipedia.org/wiki/SQL
Re: PostgreSQL -
Steve M. - 10.12.2011
Okay. Thanks for explaining that to me.