sql command - Mailing list pgsql-php

From P. Jourdan
Subject sql command
Date
Msg-id 5.1.0.14.2.20020502112451.00ac5080@mail.host45.com
Whole thread Raw
Responses Re: sql command  (Scott Marlowe <scott.marlowe@ihs.com>)
Re: sql command  (Chris <csmith@squiz.net>)
List pgsql-php
Could someone explain to me why sql commands work in php with pgsql? I have
a curious situation where the author used sql commands like sqlconnect to
access the database rather than pg-connect as well as other commands that
are either psql or sql - I'm a litle confused here. This is in a .conf file:
sqlconnect(array('server'=>'tester.videotron.ca','user'=>'mum',
     'database'=>'mum','password'=>'123456' ) );
I'm looking for the theory behind all this. :-)
Thanks
Phil Jourdan


pgsql-php by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: type of a field
Next
From: "Dave Page"
Date:
Subject: Re: [pgadmin-hackers] sql commands