PostgreSQL Function

From: Rehan Saleem <pk_rehan(at)yahoo(dot)com>
To: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: PostgreSQL Function
Date: 2012-01-18 09:10:42
Message-ID: 1326877842.18699.YahooMailNeo@web121606.mail.ne1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

hi 
i want to create a function in postgresql that take input for columns from user for example first_name , last_name, addres. and will put them into table , and i also want to use exception if user enters wrong data. will some one help me how can i create thats function , because i am new to postgresql . i know how to do it in MS-SQL , i also have that code .if you dont understand what am trying to say . i can post sql code .thanks

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Pavel Stehule 2012-01-18 09:25:27 Re: PostgreSQL Function
Previous Message Rehan Saleem 2012-01-18 09:03:22 Postgresql Function