album-add-postgresql.xql
DB Query file
Related Files
- packages/photo-album/www/album-add.xql
- packages/photo-album/www/album-add.tcl
- packages/photo-album/www/album-add.adp
- packages/photo-album/www/album-add-postgresql.xql
- packages/photo-album/www/album-add-oracle.xql
[ hide source ] | [ make this the default ]
File Contents
<?xml version="1.0"?> <queryset> <rdbms><type>postgresql</type><version>7.1</version></rdbms> <fullquery name="new_album"> <querytext> select pa_album__new ( :name, -- name :album_id, -- album_id :parent_id, -- parent_id 't', -- is_live :user_id, -- creation_user :peeraddr, -- creation_ip :title, -- title :description, -- description :story, -- story :photographer, -- photographer null, -- revision_id current_timestamp, -- creation_date null, -- locale null, -- context_id current_timestamp, -- publish_date null -- nls_language ); </querytext> </fullquery> </queryset>