meta data for this page

Bibliographic details for "software:postgresql"

Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.

Citation styles for "software:postgresql"

APA style

Christian Heine (2024). software:postgresql. PaleoEarthLabs.org. Retrieved 00:09, 5 May, 2024 from https://wiki.paleoearthlabs.org/doku.php?id=software:postgresql&rev=1708979508.

MLA style

“software:postgresql.” PaleoEarthLabs.org. 26 Feb 2024, 21:31 CET. 5 May 2024, 00:09 <https://wiki.paleoearthlabs.org/doku.php?id=software:postgresql&rev=1708979508>.

MHRA style

Christian Heine, ‘software:postgresql’, PaleoEarthLabs.org, 26 February 2024, 21:31 CET, <https://wiki.paleoearthlabs.org/doku.php?id=software:postgresql&rev=1708979508> [accessed 5 May 2024]

Chicago style

Christian Heine, “software:postgresql,” PaleoEarthLabs.org, https://wiki.paleoearthlabs.org/doku.php?id=software:postgresql&rev=1708979508 (accessed May 5, 2024).

CBE/CSE style

Christian Heine. software:postgresql [Internet]. PaleoEarthLabs.org; 2024 Feb 26, 21:31 CET [cited 2024 May 5]. Available from: https://wiki.paleoearthlabs.org/doku.php?id=software:postgresql&rev=1708979508.

Bluebook style

AMA style

Christian Heine. software:postgresql. PaleoEarthLabs.org. February 26, 2024, 21:31 CET. Available at: https://wiki.paleoearthlabs.org/doku.php?id=software:postgresql&rev=1708979508. Accessed May 5, 2024.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Christian Heine",
   title = "software:postgresql --- PaleoEarthLabs.org",
   year = "2024",
   url = "https://wiki.paleoearthlabs.org/doku.php?id=software:postgresql&rev=1708979508",
   note = "[Online; accessed 5-May-2024]"
 }

When using the LaTeX package url (\usepackage{url} somewhere in the preamble), which tends to give much more nicely formatted web addresses, the following may be preferred:

 @misc{ wiki:xxx,
   author = "Christian Heine",
   title = "software:postgresql --- PaleoEarthLabs.org",
   year = "2024",
   url = "\url{https://wiki.paleoearthlabs.org/doku.php?id=software:postgresql&rev=1708979508}",
   note = "[Online; accessed 5-May-2024]"
 }