No title

Started by Mohsen Pahlevanzadehabout 21 years ago2 messagesgeneral
Jump to latest
#1Mohsen Pahlevanzadeh
mohsen@pahlevanzadeh.org

Dears,I need to create an pgsql user in C.
Please guide me....
Yours,Mohsen.

#2Michael Fuhr
mike@fuhr.org
In reply to: Mohsen Pahlevanzadeh (#1)
Re:

On Mon, Feb 28, 2005 at 03:28:24PM -0800, Mohsen Pahlevanzadeh wrote:

Dears,I need to create an pgsql user in C.

Perhaps you're looking for the libpq or ECPG documentation:

http://www.postgresql.org/docs/8.0/interactive/libpq.html
http://www.postgresql.org/docs/8.0/interactive/ecpg.html

Please guide me....

A good way to learn about PostgreSQL is to study the documentation.
Go through the Tutorial, then at least skim the rest so you'll know
what capabilities PostgreSQL has and where you can learn more about
them.

http://www.postgresql.org/docs/8.0/interactive/tutorial.html
http://www.postgresql.org/docs/

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/