Обсуждение: Migration from Symfoware to PostgreSQL-Constructor functions

Поиск
Список
Период
Сортировка

Migration from Symfoware to PostgreSQL-Constructor functions

От
sachin kotwal
Дата:
Hello

While migrating small application from Symfoware to PostgreSQL.
There are some constructor functions in Symfoware.
Which I unable to execute in Symfoware database.

If anyone knows how to execute constructor functions in Symfoware.
how to see list of system tables, functions, view and user defined tables,
functions, views.
Please reply.



-----
Thanks and Regards,

Sachin Kotwal
NTT-DATA-OSS Center (Pune)
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Migration-from-Symfoware-to-PostgreSQL-Constructor-functions-tp5766203.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


Re: Migration from Symfoware to PostgreSQL-Constructor functions

От
Jayadevan M
Дата:
Hi,
System tables,  views and most of the metadata can be retrieved from these views -
http://www.postgresql.org/docs/9.2/static/information-schema.html
Regards,
Jayadevan


On Sun, Aug 4, 2013 at 2:48 PM, sachin kotwal <kotsachin@gmail.com> wrote:
Hello

While migrating small application from Symfoware to PostgreSQL.
There are some constructor functions in Symfoware.
Which I unable to execute in Symfoware database.

If anyone knows how to execute constructor functions in Symfoware.
how to see list of system tables, functions, view and user defined tables,
functions, views.
Please reply.



-----
Thanks and Regards,

Sachin Kotwal
NTT-DATA-OSS Center (Pune)
--
View this message in context: http://postgresql.1045698.n5.nabble.com/Migration-from-Symfoware-to-PostgreSQL-Constructor-functions-tp5766203.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Re: Migration from Symfoware to PostgreSQL-Constructor functions

От
raghu ram
Дата:

how to see list of system tables, functions, view and user defined tables,
functions, views.


You can get more details from below URL:
 


Thanks & Regards
Raghu Ram