If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > paging with postgress

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-25-11, 02:32
kirangentlebreeze kirangentlebreeze is offline
Registered User
 
Join Date: Oct 2010
Posts: 4
paging with postgress

hello experts
i am a newbie to this postgress sql

i wanted to know how to implement paging with postgress sql

i have 100 records in my table
when i click on the next button it should fetch next records and so on

how the query will be in postgress???
Reply With Quote
  #2 (permalink)  
Old 03-25-11, 12:26
artacus72 artacus72 is offline
Registered User
 
Join Date: Aug 2009
Location: Olympia, WA
Posts: 337
The same way you're used to doing it in MySQL, LIMIT and OFFSET

PostgreSQL: Documentation: Manuals: PostgreSQL 9.0: LIMIT and OFFSET
Reply With Quote
Reply

Tags
paging, postgresql

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On