Everything in the Postgres world has common abbreviation pg, and it seems more logical to call Postgres' c-library libpg, rather than libpq. Why is it called libpq? Is libpg already taken by another tool?
Asked
Active
Viewed 1,316 times
10
AlexPogue
- 757
- 7
- 14
Alexander Myshov
- 2,881
- 2
- 20
- 31
1 Answers
12
From https://pgolub.wordpress.com/2010/09/21/libpq-stands-for/, credited to Bruce Momjian:
Libpq is called ‘libpq’ because of the original use of the QUEL query language, i.e. lib Post-QUEL. We have a proud backward-compatibility history with this library.
AlexPogue
- 757
- 7
- 14