ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:postgresql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
v5:database:postgresql [2018/06/11 10:06] – function calls starting with lowercase (#426) dregadv5:database:postgresql [2020/01/15 03:52] – Wrong data provider mnewnham
Line 5: Line 5:
 == Specification == == Specification ==
 ^Driver Name|postgres9| ^Driver Name|postgres9|
-^Data Provider|postgres64|+^Data Provider|postgres|
 ^Status|Active((This driver is actively supported by ADOdb project members))| ^Status|Active((This driver is actively supported by ADOdb project members))|
 ^Windows|Yes| ^Windows|Yes|
Line 25: Line 25:
 <code php> <code php>
 $db->connect("host=host1 user=user1 password=secret port=4341"); $db->connect("host=host1 user=user1 password=secret port=4341");
-$db->connect(null, $user='user1' $password='secret');+$db->connect(null, $user='user1'$password='secret');
 </code> </code>
  
Line 41: Line 41:
  
  
-{{tag>[postgres supported]}}+{{tag>[postgres supported tier1]}}
  
v5/database/postgresql.txt · Last modified: 2023/11/05 01:18 by dregad