stephane-klein / backlog

My public backlog
30 stars 1 forks source link

Le but de cette issue est d'essayer d'écrire une "Hello world" d'une extension PostgreSQL écrite en C #243

Open stephane-klein opened 1 year ago

stephane-klein commented 1 year ago

Le but de cette issue est d'essayer d'écrire une "Hello world" d'une extension PostgreSQL écrite en C.

stephane-klein commented 1 year ago

Je commence par lire http://big-elephants.com/2015-10/writing-postgres-extensions-part-i/

stephane-klein commented 1 year ago

Le code source de l'exemple : https://github.com/adjust/postgresql_extension_demo/tree/part_i/expected

stephane-klein commented 1 year ago

Le repository https://github.com/stephane-klein/poc-postgres-c-extension-hello-world

stephane-klein commented 1 year ago

Pour le moment, j'abandonne, je sens que ça va être trop long.

stephane-klein commented 1 year ago

https://stackoverflow.com/questions/75922347/how-to-send-a-sql-command-inside-a-c-language-function-on-a-postgresql-extension

stephane-klein commented 1 year ago

Je pense que j'ai mes réponses ici : https://www.postgresql.org/docs/11/spi-examples.html