Re: [SQL] Stored Procedures and other stuffs

From: "Stephen Boyle" <yd80(at)dial(dot)pipex(dot)com>
To: "Ademir Mazer Jr" <winponta(at)winponta(dot)com(dot)br>, <pgsql-sql(at)postgreSQL(dot)org>
Cc: "Renato Souza" <plimaso(at)convoy(dot)com(dot)br>
Subject: Re: [SQL] Stored Procedures and other stuffs
Date: 1999-07-18 07:37:56
Message-ID: 003401bed0f0$75f34c00$010aa8c0@m0n7y
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Ademir,

AFAIK stored procedures are not implemented but most of their functionality
can be implemented with either VIEWS or functions (written in plpgsql, tcl,
c ..). I think I read that its currently on a TODO list.

Primary key referential integrity is supported but Foreign key is parsed but
not implemented yet (6.5). Again this behavior can be emulated using
plpgsql / triggers.

If you're porting from Access 97 to Postgres you may like to have a look at
pgupt - Postgres Upsizing Tool - Its a work in progress but it will automate
most of the upsizing process including automatic creation of triggers and
functions for referential integrity as per MSAccess.

http://dspace.dial.pipex.com/boylesa/pgupt/pgupt.shtml

The ODBC link should be no problem.

Hope this helps

Steve Boyle
Roselink Systems Limited

-----Original Message-----
From: Ademir Mazer Jr <winponta(at)winponta(dot)com(dot)br>
To: pgsql-sql(at)postgreSQL(dot)org <pgsql-sql(at)postgreSQL(dot)org>
Cc: Renato Souza <plimaso(at)convoy(dot)com(dot)br>
Date: 16 July 1999 06:20
Subject: [SQL] Stored Procedures and other stuffs

>Hi, I'm not using PostgreSQL yet. First I need to know if it will satisfy
>me.
>So, I need to know if it has stored procedures, referential integrity, etc.
>
>I also need to know if I can developer my client application, that will be
>in visual basic, accessing an Access database by ODBC, and later put my
>PostgresSQL Server to run.
>
>Thank you
>
>[]'s
>
>Ademir
>
>

Browse pgsql-sql by date

  From Date Subject
Next Message Vadim Mikheev 1999-07-19 01:56:24 Re: [HACKERS] Fix up for BTP_CHAIN problems
Previous Message Wayne Piekarski 1999-07-17 03:40:04 Fix up for BTP_CHAIN problems