User Profile

Collapse

Profile Sidebar

Collapse
AhmetYOL
AhmetYOL
Last Activity: Jan 14 '08, 11:29 AM
Joined: Jul 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • AhmetYOL
    replied to PostgreSQL dump restore from client
    i have to make it for my customers. so i have to make it from my project.
    tnks.
    See more | Go to post

    Leave a comment:


  • AhmetYOL
    replied to PostgreSQL dump restore from client
    hi all
    i share the postgres bin directory. and i run the pg_restore and dump from server. its running now. but if there is another way i want to know it.
    Best Regards.
    See more | Go to post

    Leave a comment:


  • AhmetYOL
    started a topic PostgreSQL dump restore from client

    PostgreSQL dump restore from client

    hi all,
    i am trying to backup and restore Postgre database. At server i can do them perfectly but i couldn't find how can i do this from client?
    the system is as below
    i am using postgresql 8.2 at windows xp sp2, i am installing postgres only to the server computer. i am only installing .dll files to connect to server to the clients.Connect ing query'ing etc.. running perfectly. Am i have to install postgreSql to the per client...
    See more | Go to post

  • AhmetYOL
    replied to Returning SETOF in plpgsql
    hi
    i create the type for this function
    Code:
    create type typ_dupps as
    (x integer,
    y integer,
    z varchar )
    and the functions latest version is below
    Code:
    CREATE OR REPLACE FUNCTION "public"."fnc_dupps" (x integer) RETURNS SETOF "pg_catalog"."record" AS
    $body$
    declare sonuc typ_dupps;
    declare crs_koyler cursor for
    select
    ...
    See more | Go to post

    Leave a comment:


  • AhmetYOL
    replied to Returning SETOF in plpgsql
    hi
    i have the problem like this but i couldn't solve this yet.
    i have the function below;
    Code:
    CREATE OR REPLACE FUNCTION "public"."fnc_dupps" (x integer, out y integer, out z integer, out t varchar) RETURNS SETOF "pg_catalog"."record" AS
    $body$
    declare cur_koyler cursor for
      select koy_bolgeid,koy_idno from tbl_koyler;
    declare k integer;
    begin
    ...
    See more | Go to post

    Leave a comment:


  • AhmetYOL
    replied to Understanding End of Cursor?
    i found it in this forum.
    in loop
    Code:
      exit when not found;
    tnks.
    See more | Go to post

    Leave a comment:


  • AhmetYOL
    started a topic Understanding End of Cursor?

    Understanding End of Cursor?

    Hi all;
    How can i catch end of the cursor?
    Code:
    CREATE OR REPLACE FUNCTION "public"."fnc_rapthsbordro" (bastar date, bittar date, basmuk integer, bitmuk integer, basmak varchar, bitmak varchar, siralama varchar, tip boolean) RETURNS varchar AS
    $body$
    declare intgelirkod integer;
    declare intgelirkod1 integer;
    declare  gelircurs   cursor for
      select gelirkod_idno from tbl_gelirkodlari
    ...
    See more | Go to post
No activity results to display
Show More
Working...