Help for this page

Select Code to Download


  1. or download this
    pg_dump -s dbname > dbname.dump
    createdb dbname_fake
    psql dbname_fake
    \i dbname.dump
    
  2. or download this
    <sql>select * from xyz where col1 = ?;</sql>
    <params>
      <param>123.5</param>
    </params>