Giter VIP home page Giter VIP logo

pg_hello's Introduction

pg_hello, a very basic Postgres extension

To get started I used [sywtwpge] (https://github.com/johto/sywtwpge) which creates an extension based on a template. The code in pg_hello.c is adapted from the first article in the "Writing PostgreSQL Functions in C" series by Ron Peterson. Since the article was written the VARATT_SIZEP macro has been deprecated. I replaced this with a call to SET_VARSIZE instead.

Installation

Make sure you have development packages installed for postgres and build tools in general. For me on CentOS I was missing pg_config in my path. I got that installed using alternatives:

alternatives /usr/bin/pg_config pg_config /usr/pgsql-9.3/bin/pg_config 1

Once pg_config is in your path, do:

make; sudo make install

Then in a psql session issue:

CREATE extension pg_hello; SELECT hello('world');

There you go!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.