<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/genfuncpostgres/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/genfuncpostgres/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 29 Apr 2017 04:23:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/genfuncpostgres/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by fasterzip</title><link>https://sourceforge.net/p/genfuncpostgres/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -10,15 +10,15 @@
 0) Connect to a postgresql database 
 1) Run SQL script with a user with permissions to make schema "utils" and functions inside that schema. 
 2) If the script run without problems, you can make the stored procedures of a table executing:
-select utils.generatestoredprocedures('tableschema', 'tablename', 'schemaTarget');
+`select utils.generatestoredprocedures('tableschema', 'tablename', 'schemaTarget');`
 3) Its make 5 stored procedures in the schema 'schemaTarget' (obeying the CRUD structure), there prefix names are:
-get: select by any field of the table, if you dont want filter by a field, just send null keyword. If all fields of the primary key arent null, the filter is by all fields of the primary key allowing the index use..
-upd: update all the fields filtering through all fields of primary key.
-del: delete a row filtering through all fields of primary key.
-ins: Insert a row using all fields given.
-save: Verify if the row exists by the primary key fields and if exists that row, update it, otherwise, insert it.
+**get:** select by any field of the table, if you dont want filter by a field, just send null keyword. If all fields of the primary key arent null, the filter is by all fields of the primary key allowing the index use..
+**upd:** update all the fields filtering through all fields of primary key.
+**del:** delete a row filtering through all fields of primary key.
+**ins:** Insert a row using all fields given.
+**save:** Verify if the row exists by the primary key fields and if exists that row, update it, otherwise, insert it.
 4) You can generate all the CRUD functions (5 functions per table), executing the following SQL:
-select utils.generatestoredprocedures('tableschema', '', 'schemaTarget');
+`select utils.generatestoredprocedures('tableschema', '', 'schemaTarget');`
 Just typing '' on table name, its generate all CRUD functions of all tables of schema source.

 Enjoy this!!
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fasterzip</dc:creator><pubDate>Sat, 29 Apr 2017 04:23:48 -0000</pubDate><guid>https://sourceforge.netec192e3cac0b87e57335047d87501904ed21fa57</guid></item><item><title>Home modified by fasterzip</title><link>https://sourceforge.net/p/genfuncpostgres/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,28 @@
-Welcome to your wiki!
+Es un generador de procedimientos almacenados para postgresql. FUE TOMADO DE otro proyecto q estaba abandonado llamado pgp-generator. Me pareció buena la idea y para no dejarlo morir creé este proyecto.

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Contiene soporte para la creación de insert, delete, update y select, solo debe escribir el nombre de ls funcion, el esquema con la tabla y el esquema destino donde quedarán las funciones. Éste se encarga de generar el procedimiento almacenado de la funcion solicitada(insert,delete,update,select and save)
+Is a stored procedure generator to postgresql. It was taken from another project was abandoned q-generator called pgp. I seemed a good idea and to not let it die I created this project.

-The wiki uses [Markdown](/p/genfuncpostgres/wiki/markdown_syntax/) syntax.
+It contains support for the creation of insert, delete, update and select, Just enter the name of function ls, schema.table and target schema where live the new functions. This is responsible for generating the stored procedure function requested (insert, delete, update, select and save) 

+**HOW TO USE:**
+
+0) Connect to a postgresql database 
+1) Run SQL script with a user with permissions to make schema "utils" and functions inside that schema. 
+2) If the script run without problems, you can make the stored procedures of a table executing:
+select utils.generatestoredprocedures('tableschema', 'tablename', 'schemaTarget');
+3) Its make 5 stored procedures in the schema 'schemaTarget' (obeying the CRUD structure), there prefix names are:
+get: select by any field of the table, if you dont want filter by a field, just send null keyword. If all fields of the primary key arent null, the filter is by all fields of the primary key allowing the index use..
+upd: update all the fields filtering through all fields of primary key.
+del: delete a row filtering through all fields of primary key.
+ins: Insert a row using all fields given.
+save: Verify if the row exists by the primary key fields and if exists that row, update it, otherwise, insert it.
+4) You can generate all the CRUD functions (5 functions per table), executing the following SQL:
+select utils.generatestoredprocedures('tableschema', '', 'schemaTarget');
+Just typing '' on table name, its generate all CRUD functions of all tables of schema source.
+
+Enjoy this!!
+
+[[project_screenshots]]
 [[project_admins]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fasterzip</dc:creator><pubDate>Sat, 29 Apr 2017 04:19:37 -0000</pubDate><guid>https://sourceforge.netdba3254c7a100091b17b650d423eb0579609c493</guid></item><item><title>Home modified by fasterzip</title><link>https://sourceforge.net/p/genfuncpostgres/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/genfuncpostgres/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="/u/fasterzip/"&gt;fasterzip&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;br /&gt;
&lt;p&gt;&lt;span class="download-button-516c51c22718467af2b22414" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fasterzip</dc:creator><pubDate>Mon, 15 Apr 2013 19:15:14 -0000</pubDate><guid>https://sourceforge.netebb59863e98af6fb6b6a4d9151a6d5b22a97fbc1</guid></item></channel></rss>