VOOZH about

URL: https://www.javacodegeeks.com/tag/postgresql/page/7

⇱ PostgreSQL Archives - Page 7 of 9 - Java Code Geeks


  • Software Development👁 Image
    Dustin MarxNovember 12th, 2015
    0 143

    Does PostgreSQL Have an ORA-01795-like Limit?

    The Oracle database requires that no more than 1000 entries be used in a SQL IN portion of a WHERE…

    Read More »
  • Software Development👁 Image
    Andrey RedkoOctober 28th, 2015
    6 331

    NoSQL vs. SQL: Choosing a Data Management Solution

    Table Of Contents 1. Introduction 2. Distributed systems: the CAP theorem 3. Relational data stores 3.1. MySQL / MariaDB 3.2.…

    Read More »
  • Scala👁 Image
    Jos DirksenOctober 6th, 2015
    1 185

    Listen to notifications from Postgresql with Scala

    In the past I’ve written a couple of articles (Building a REST service in Scala with Akka HTTP, Akka Streams…

    Read More »
  • Software Development👁 Image
    Dustin MarxOctober 6th, 2015
    0 121

    Downsides of Mixed Identifiers When Porting Between Oracle and PostgreSQL Databases

    Both the Oracle database and the PostgreSQL database use the presence or absence of double quotes to indicate case sensitive…

    Read More »
  • Software Development👁 Image
    Dustin MarxSeptember 14th, 2015
    0 2,397

    Passing Arrays to a PostgreSQL PL/pgSQL Function

    It can be handy to pass a collection of strings to a PL/pgSQL stored function via a PostgreSQL array. This…

    Read More »
  • Software Development👁 Image
    Dustin MarxAugust 25th, 2015
    0 1,505

    Setting PostgreSQL psql Variable Based Upon Query Result

    When using PostgreSQL‘s psql command-line tool to interact with a PostgreSQL database via operator interaction or script, it is not…

    Read More »
  • Software Development👁 Image
    Dustin MarxAugust 24th, 2015
    0 129

    Procedure-Like Functions in PostgreSQL PL/pgSQL

    PostgreSQL does not support stored procedures in the sense that a database such as Oracle does, but it does support…

    Read More »
  • Enterprise Java👁 Image
    Bear GilesAugust 17th, 2015
    3 582

    Installing PostgreSQL PL/Java as a PostgreSQL Extension

    In 2011 I wrote a series of articles on PostgreSQL PL/Java. The basic information is still solid but there is…

    Read More »
  • Software Development👁 Image
    Bear GilesAugust 3rd, 2015
    0 416

    Extending PostgreSQL: Complex Number Data Type

    A few years ago I discussed creating user-defined types using PL/java. (Introduction to PostgreSQL PL/Java, part 4: User Defined Types)…

    Read More »
  • First
  • ...
  • «
  • 5
  • 6
  • 7
  • 8
  • 9
  • »
Back to top button
Close